59 lines
1.4 KiB
JSON
59 lines
1.4 KiB
JSON
{
|
|
"name": "@juicesharp/rpiv-pi",
|
|
"version": "1.2.1",
|
|
"description": "A skill-based development workflow for Pi Agent. Five skills (research, design, plan, implement, validate) and the shared subagents that compose its ship-loop.",
|
|
"keywords": [
|
|
"pi-package",
|
|
"pi-extension",
|
|
"rpiv",
|
|
"skills",
|
|
"workflow"
|
|
],
|
|
"license": "MIT",
|
|
"author": "juicesharp",
|
|
"type": "module",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/juicesharp/rpiv-mono.git",
|
|
"directory": "packages/rpiv-pi"
|
|
},
|
|
"homepage": "https://github.com/juicesharp/rpiv-mono/tree/main/packages/rpiv-pi#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/juicesharp/rpiv-mono/issues"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"test": "vitest run"
|
|
},
|
|
"files": [
|
|
"extensions/",
|
|
"skills/",
|
|
"agents/",
|
|
"scripts/",
|
|
"README.md",
|
|
"LICENSE"
|
|
],
|
|
"pi": {
|
|
"extensions": [
|
|
"./extensions"
|
|
],
|
|
"skills": [
|
|
"./skills"
|
|
]
|
|
},
|
|
"peerDependencies": {
|
|
"@mariozechner/pi-coding-agent": "*",
|
|
"@tintinweb/pi-subagents": "*",
|
|
"@juicesharp/rpiv-ask-user-question": "*",
|
|
"@juicesharp/rpiv-todo": "*",
|
|
"@juicesharp/rpiv-advisor": "*",
|
|
"@juicesharp/rpiv-btw": "*",
|
|
"@juicesharp/rpiv-i18n": "*",
|
|
"@juicesharp/rpiv-web-tools": "*",
|
|
"@juicesharp/rpiv-args": "*",
|
|
"yaml": "*"
|
|
}
|
|
}
|