init
This commit is contained in:
18
package.json
Normal file
18
package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user