{
  "name": "@nilskluewer/pi-permission-gate",
  "version": "0.3.0",
  "description": "Confirm or block dangerous bash commands before the Pi coding agent executes them.",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "pi-extension",
    "permission",
    "safety",
    "guardrail",
    "bash",
    "security",
    "auto-mode",
    "web-search",
    "command-approval"
  ],
  "author": {
    "name": "Nils Klüwer",
    "url": "https://github.com/nilskluewer"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nilskluewer/pi-permission-gate.git"
  },
  "bugs": {
    "url": "https://github.com/nilskluewer/pi-permission-gate/issues"
  },
  "homepage": "https://github.com/nilskluewer/pi-permission-gate#readme",
  "files": [
    "extensions",
    "README.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./extensions/permission-gate.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "scripts": {
    "pack:dry": "npm pack --dry-run",
    "test": "node --experimental-strip-types --test tests/*.test.mjs"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
