{
  "name": "@boyingliu01/xp-gate",
  "version": "0.19.2",
  "description": "AI-driven development workflow: 6 quality gates + Delphi review + Sprint Flow",
  "bin": {
    "xp-gate": "./bin/xp-gate.js"
  },
  "files": [
    "bin/",
    "hooks/",
    "adapters/",
    "lib/",
    "skills/",
    "plugins/",
    "adapter-common.sh",
    "principles/",
    "mutation/",
    "mock-policy/",
    "build-integrity/",
    "scripts/",
    "gate-3.sh",
    "gate-4.sh",
    "gate-7.sh",
    "gate-8.sh",
    "gate-9.sh",
    "gate-10.sh",
    "gate-12-file-hygiene.sh",
    "sprint-gate.sh"
  ],
  "exports": {
    "./tui": "./plugins/opencode/tui-plugin.ts"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/boyingliu01/xp-gate"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "version": "0.14.31",
    "license-check": "node scripts/check-mattpocock-license.cjs",
    "prepack": "node scripts/check-mattpocock-license.cjs && node scripts/sync-package-content.js",
    "test": "echo \"Run tests\" && exit 0"
  },
  "keywords": [
    "xp-gate",
    "quality-gates",
    "delphi-review",
    "sprint-flow",
    "ai-development"
  ],
  "author": "boyingliu01",
  "license": "MIT",
  "devDependencies": {
    "js-yaml": "^5.2.2",
    "zod": "^4.4.3"
  }
}
