{
  "name": "bulk-private",
  "version": "0.1.2",
  "description": "",
  "keywords": [],
  "license": "ISC",
  "author": "",
  "type": "module",
  "main": "index.js",
  "simple-git-hooks": {
    "pre-commit": "pnpm lint-staged"
  },
  "dependencies": {
    "@octokit/rest": "22.0.0",
    "chalk": "5.4.1",
    "commander": "14.0.0",
    "date-fns": "4.1.0",
    "ink": "6.0.1",
    "ink-select-input": "6.2.0",
    "ink-spinner": "5.0.0",
    "ora": "8.2.0",
    "react": "19.1.0"
  },
  "devDependencies": {
    "@biomejs/biome": "2.1.2",
    "@eslint/js": "9.31.0",
    "@secretlint/secretlint-rule-preset-recommend": "10.2.1",
    "@types/node": "24.1.0",
    "@types/react": "19.1.8",
    "@vitest/ui": "3.2.4",
    "cspell": "9.2.0",
    "eslint": "9.31.0",
    "ink-testing-library": "4.0.0",
    "lint-staged": "16.1.2",
    "oxlint": "1.8.0",
    "secretlint": "10.2.1",
    "simple-git-hooks": "2.13.0",
    "sort-package-json": "3.4.0",
    "tsup": "8.5.0",
    "tsx": "4.20.3",
    "typescript": "5.8.3",
    "typescript-eslint": "8.38.0",
    "vitest": "3.2.4"
  },
  "scripts": {
    "build": "tsup",
    "check": "pnpm run format:check && pnpm run lint && pnpm run typecheck",
    "dev": "tsx watch src/index.tsx",
    "fix": "pnpm run format && pnpm run lint:fix",
    "format": "biome check --write src",
    "format:check": "biome check src",
    "lint": "oxlint --max-warnings 0 && eslint --max-warnings 0",
    "lint:fix": "oxlint --max-warnings 0 --fix && eslint --max-warnings 0 --fix",
    "secretlint": "secretlint --secretlintignore .gitignore **/*",
    "sort-package-json": "sort-package-json",
    "spell": "cspell **/*.{js,ts,tsx,json,md}",
    "test": "vitest",
    "test:coverage": "vitest --coverage",
    "test:ui": "vitest --ui",
    "typecheck": "tsc"
  }
}