-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 646 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 646 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "pi-secured-setup",
"version": "1.0.3",
"description": "Security extension for pi-agent: boundary enforcement, secret detection, skill verification, and audit logging",
"keywords": [
"pi-package"
],
"pi": {
"extensions": [
"extensions"
]
},
"scripts": {
"test": "tsx --test test/*.test.ts"
},
"peerDependencies": {
"@earendil-works/pi-ai": "^0.79.9",
"@earendil-works/pi-coding-agent": "^0.79.9",
"@earendil-works/pi-tui": "^0.79.9"
},
"devDependencies": {
"tsx": "^4.22.4"
},
"overrides": {
"undici": "^8.5.0",
"protobufjs": "^7.6.3",
"ws": "^8.21.0"
}
}