{
  "name": "ghls-stack-pr",
  "version": "0.2.0",
  "description": "Stacked PR CLI — make small, reviewable PRs the default workflow",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/GoHighLevel/ghls-pr.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "ghls": "dist/bin/ghls.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "start": "node dist/bin/ghls.js",
    "lint": "eslint src/ bin/",
    "test": "vitest run",
    "test:watch": "vitest",
    "postinstall": "node postinstall.js",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "git",
    "github",
    "stacked-prs",
    "code-review",
    "cli"
  ],
  "license": "MIT",
  "engines": {
    "node": ">=18"
  },
  "files": [
    "dist/",
    "postinstall.js",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {
    "@clack/prompts": "^1.1.0",
    "boxen": "^8.0.1",
    "chalk": "^5.3.0",
    "commander": "^12.1.0",
    "conf": "^13.0.1",
    "execa": "^9.5.2",
    "figures": "^6.1.0",
    "gradient-string": "^3.0.0",
    "listr2": "^10.2.1",
    "minimatch": "^10.1.2",
    "ora": "^8.1.1",
    "terminal-link": "^5.0.0",
    "uuid": "^11.0.5",
    "yaml": "^2.6.1",
    "zod": "^3.24.1"
  },
  "devDependencies": {
    "@types/minimatch": "^5.1.2",
    "@types/node": "^22.10.5",
    "@types/uuid": "^10.0.0",
    "@typescript-eslint/eslint-plugin": "^8.19.1",
    "@typescript-eslint/parser": "^8.19.1",
    "eslint": "^9.17.0",
    "typescript": "^5.7.3",
    "vitest": "^2.1.8"
  }
}
