{
  "name": "@eigenwert/pi-gatekeeper",
  "version": "2.1.0",
  "description": "Pi extension that gates file-mutating tool calls behind user approval with AST-based bash command analysis",
  "keywords": [
    "pi-package",
    "pi-extension",
    "gatekeeper",
    "permissions",
    "consent"
  ],
  "files": [
    "index.ts",
    "dialog.ts",
    "patterns.ts",
    "analyzer.ts",
    "allowlist.ts",
    "README.md"
  ],
  "license": "MIT",
  "author": "Noel",
  "repository": {
    "type": "git",
    "url": "https://github.com/noel-debug/pi-gatekeeper"
  },
  "dependencies": {
    "tree-sitter-bash": "0.25.1",
    "web-tree-sitter": "0.26.8"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  }
}
