{
  "name": "pi-goal-with-auditor",
  "version": "1.0.1",
  "description": "Fork of pi-goal with an independent completion auditor. The executor can no longer unilaterally mark a goal complete.",
  "keywords": [
    "pi",
    "pi-package"
  ],
  "homepage": "https://github.com/j57n-3co-x-5735/pi-goal-with-auditor#readme",
  "bugs": {
    "url": "https://github.com/j57n-3co-x-5735/pi-goal-with-auditor/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/j57n-3co-x-5735/pi-goal-with-auditor.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "ISC",
  "author": "j57n-3co-x-5735",
  "type": "module",
  "main": "dist/index.js",
  "scripts": {
    "build": "esbuild src/index.ts --bundle --platform=node --target=node20 --format=esm --minify --legal-comments=eof --outfile=dist/index.js --external:@mariozechner/pi-coding-agent --external:@mariozechner/pi-tui --external:@earendil-works/pi-coding-agent --external:@earendil-works/pi-ai --external:@earendil-works/pi-agent-core --external:@earendil-works/pi-tui --external:typebox",
    "build:debug": "esbuild src/index.ts --bundle --platform=node --target=node20 --format=esm --sourcemap --outfile=dist/index.js --external:@mariozechner/pi-coding-agent --external:@mariozechner/pi-tui --external:@earendil-works/pi-coding-agent --external:@earendil-works/pi-ai --external:@earendil-works/pi-agent-core --external:@earendil-works/pi-tui --external:typebox",
    "test": "vitest run",
    "typecheck": "tsc --noEmit"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.80.2",
    "@earendil-works/pi-tui": "0.80.2",
    "esbuild": "0.28.1",
    "prettier": "3.8.4",
    "typebox": "1.2.8",
    "typescript": "6.0.3",
    "vitest": "4.1.8"
  },
  "pi": {
    "extensions": [
      "./dist/index.js"
    ]
  }
}
