Files
pi-subagents/package.json
2026-05-11 17:20:02 -04:00

27 lines
578 B
JSON

{
"name": "@evan/pi-subagents",
"version": "0.1.0",
"private": true,
"description": "Prompt-defined subagents for pi with constrained tool permissions.",
"pi": {
"extensions": [
"./index.ts"
]
},
"type": "module",
"scripts": {
"typecheck": "tsc --noEmit",
"lint": "oxlint . --ignore-pattern=.direnv/**"
},
"dependencies": {
"@mariozechner/pi-coding-agent": "^0.73.1",
"typebox": "^1.1.38"
},
"devDependencies": {
"@types/node": "^22.10.0",
"oxlint": "^1.62.0",
"tsx": "^4.19.2",
"typescript": "^6.0.3"
}
}