36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"name": "pi-subagents",
|
|
"version": "0.1.0",
|
|
"description": "Pi extension package that runs subagent tasks in separate child sessions and ships the prompts and wrapper code needed to execute those runs.",
|
|
"type": "module",
|
|
"keywords": ["pi-package"],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitea.rwiesner.com/pi/pi-subagents"
|
|
},
|
|
"scripts": {
|
|
"test": "tsx --test src/*.test.ts src/**/*.test.ts"
|
|
},
|
|
"files": ["index.ts", "src", "prompts"],
|
|
"pi": {
|
|
"extensions": ["./index.ts"],
|
|
"prompts": ["./prompts/*.md"]
|
|
},
|
|
"peerDependencies": {
|
|
"@mariozechner/pi-ai": "*",
|
|
"@mariozechner/pi-coding-agent": "*",
|
|
"@mariozechner/pi-tui": "*",
|
|
"@sinclair/typebox": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@mariozechner/pi-agent-core": "^0.66.1",
|
|
"@mariozechner/pi-ai": "^0.66.1",
|
|
"@mariozechner/pi-coding-agent": "^0.66.1",
|
|
"@mariozechner/pi-tui": "^0.66.1",
|
|
"@sinclair/typebox": "^0.34.49",
|
|
"@types/node": "^25.5.2",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "^6.0.2"
|
|
}
|
|
}
|