{
  "name": "hub-launch",
  "version": "1.22.0",
  "description": "GitHub Issue and PR automation CLI tool with plugin/hook system for project-specific customizations",
  "type": "module",
  "main": "./dist/index.js",
  "bin": {
    "hublaunch": "./dist/index.js",
    "hula": "./dist/index.js",
    "hl": "./dist/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NoStackApp/hub-launch.git"
  },
  "homepage": "https://github.com/NoStackApp/hub-launch#readme",
  "bugs": {
    "url": "https://github.com/NoStackApp/hub-launch/issues"
  },
  "scripts": {
    "build": "tsc && shx chmod +x dist/index.js && npm run copy-templates",
    "postbuild": "node scripts/postinstall.mjs",
    "postinstall": "node scripts/postinstall.mjs",
    "copy-templates": "shx mkdir -p dist/templates && shx cp src/templates/*.md dist/templates/ && shx mkdir -p dist/templates/skills && shx cp -r src/templates/skills/* dist/templates/skills/",
    "watch": "tsc --watch",
    "dev": "tsx src/index.ts",
    "debug": "tsx --inspect-brk src/index.ts",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "regression": "tsc --noEmit && tsc && shx chmod +x dist/index.js && npm run copy-templates && vitest run",
    "clean": "shx rm -rf dist",
    "install:global": "npm run build && pnpm link --global && pnpm setup",
    "i:hula": "pnpm install && npm run install:global",
    "release": "bash scripts/release.sh"
  },
  "keywords": [
    "github",
    "cli",
    "automation",
    "pr",
    "issue",
    "copilot",
    "workflow",
    "devtools"
  ],
  "files": [
    "dist/",
    "bin/",
    "scripts/postinstall.mjs",
    "README.md",
    "CHANGELOG.md"
  ],
  "author": "YizYah",
  "license": "MIT",
  "dependencies": {
    "@playwright/test": "^1.40.0",
    "axios": "^1.13.2",
    "chalk": "^5.6.0",
    "commander": "^14.0.0",
    "dotenv": "^17.2.3",
    "enquirer": "^2.4.1",
    "inquirer": "^12.9.4",
    "open": "^11.0.0",
    "zod": "^3.24.4"
  },
  "devDependencies": {
    "@types/inquirer": "^9.0.9",
    "@types/node": "^20.10.0",
    "shx": "^0.4.0",
    "tsx": "^4.20.6",
    "typescript": "^5.3.3",
    "vitest": "^3.2.4"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "packageManager": "pnpm@9.1.1+sha512.14e915759c11f77eac07faba4d019c193ec8637229e62ec99eefb7cf3c3b75c64447882b7c485142451ee3a6b408059cdfb7b7fa0341b975f12d0f7629c71195"
}
