-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 836 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 836 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
35
36
{
"name": "pi-spawn",
"version": "0.1.0",
"description": "Minimal subagent extension for pi — one tool, one prompt, orchestrator-driven concurrency",
"type": "module",
"keywords": [
"pi-package",
"pi",
"pi-coding-agent",
"subagent",
"spawn"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/agenticoding/pi-spawn.git"
},
"pi": {
"extensions": [
"./index.ts"
]
},
"peerDependencies": {
"@earendil-works/pi-ai": "*",
"@earendil-works/pi-coding-agent": "*",
"@earendil-works/pi-tui": "*",
"typebox": "*"
},
"devDependencies": {
"@earendil-works/pi-ai": "^0.74.0",
"@earendil-works/pi-coding-agent": "^0.74.0",
"@earendil-works/pi-tui": "^0.74.0",
"typebox": "^1.1.24",
"typescript": "^6.0.3"
}
}