{
  "name": "pi-approval-guardian",
  "version": "0.8.0",
  "description": "A fail-closed-by-default Pi approval gate that reviews shell actions, private data access, and sensitive file mutations with an isolated risk model and explicit temporary bypass.",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi-extension",
    "approval-gate",
    "guardian",
    "risk-review"
  ],
  "license": "MIT",
  "author": "mics8128",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mics8128/pi-approval-guardian.git"
  },
  "homepage": "https://github.com/mics8128/pi-approval-guardian#readme",
  "bugs": {
    "url": "https://github.com/mics8128/pi-approval-guardian/issues"
  },
  "files": [
    "extensions",
    "src",
    "docs/PUBLISHING.md",
    "docs/REFERENCE.md",
    "docs/UPSTREAM-GUARDIAN-RESEARCH.md",
    "README*.md",
    "LICENSE",
    "LICENSES/Apache-2.0.txt",
    "NOTICE"
  ],
  "engines": {
    "node": ">=22.19.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "pi": {
    "extensions": [
      "./extensions/index.ts"
    ]
  },
  "knip": {
    "entry": [
      "extensions/index.ts",
      "tests/*.test.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": ">=0.80.7 <0.81.0",
    "@earendil-works/pi-coding-agent": ">=0.80.7 <0.81.0"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.80.7",
    "@earendil-works/pi-coding-agent": "^0.80.7",
    "@types/node": "^24.12.0",
    "typescript": "^5.9.3"
  },
  "scripts": {
    "test": "node --test tests/*.test.ts",
    "typecheck": "tsc -p tsconfig.json",
    "check": "npm run typecheck && npm test",
    "package:check": "npm pack --dry-run",
    "publish:check": "npm publish --dry-run",
    "prepublishOnly": "npm run check"
  }
}
