-
Notifications
You must be signed in to change notification settings - Fork 85
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 911 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 911 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
30
31
32
33
34
{
"name": "pi-interactive-subagents",
"version": "3.7.2",
"description": "Interactive subagents for pi - spawn, orchestrate, and manage sub-agent sessions in cmux/tmux/zellij terminals",
"keywords": [
"pi-package"
],
"license": "MIT",
"author": "HazAT",
"repository": {
"type": "git",
"url": "https://github.com/HazAT/pi-interactive-subagents"
},
"type": "module",
"scripts": {
"test": "node --test test/test.ts",
"test:integration": "node --test --test-concurrency=1 test/integration/*.test.ts"
},
"peerDependencies": {
"@mariozechner/pi-coding-agent": "*",
"@mariozechner/pi-tui": "*",
"@sinclair/typebox": "*"
},
"pi": {
"extensions": [
"./pi-extension/subagents/index.ts"
]
},
"devDependencies": {
"@mariozechner/pi-coding-agent": "^0.65.0",
"@mariozechner/pi-tui": "^0.65.0",
"@sinclair/typebox": "^0.34.49"
}
}