Files
exc-safety/package.json
lolwierd 248cff41d3 init
2026-04-27 11:50:41 +05:30

19 lines
531 B
JSON

{
"name": "@excloud-in/exc-safety",
"version": "0.1.0",
"description": "Permission gate for exc CLI commands in pi — enforces the same safety model as the Excloud console agent backend",
"keywords": ["pi-package", "excloud", "exc", "safety", "permissions"],
"license": "MIT",
"author": "Excloud",
"repository": {
"type": "git",
"url": "https://github.com/excloud-in/exc-safety"
},
"pi": {
"extensions": ["./exc-safety.ts"]
},
"peerDependencies": {
"@mariozechner/pi-coding-agent": "*"
}
}