You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
790 B
36 lines
790 B
{ |
|
"name": "@enne2/pi-policy-gate", |
|
"version": "0.5.0", |
|
"description": "Policy gate extension for pi that classifies risky tool calls into allow, confirm, deny, or require-refinement.", |
|
"type": "module", |
|
"keywords": [ |
|
"pi-package", |
|
"pi-extension", |
|
"security", |
|
"policy", |
|
"guardrails" |
|
], |
|
"files": [ |
|
"index.ts", |
|
"README.md", |
|
"policy-gate.example.json", |
|
"assets/*.wav" |
|
], |
|
"pi": { |
|
"extensions": [ |
|
"./index.ts" |
|
] |
|
}, |
|
"scripts": { |
|
"check": "npm pack --dry-run >/dev/null", |
|
"pack:check": "npm pack --dry-run", |
|
"generate:sounds": "python3 scripts/generate_sounds.py" |
|
}, |
|
"dependencies": { |
|
"minimatch": "^10.1.1" |
|
}, |
|
"peerDependencies": { |
|
"@earendil-works/pi-coding-agent": "*" |
|
}, |
|
"license": "MIT" |
|
}
|
|
|