Files
plan2code/package.json
T
jparkerweb 32d1487dcf Delegate workflow installation to the skills CLI
Replace per-tool distribution generation with a canonical committed skills build so installation and updates share one format.

Generated with [Devin](https://devin.ai)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-08-20 13:42:31 -07:00

17 lines
348 B
JSON

{
"name": "plan2code",
"version": "2.2.0",
"private": true,
"bin": {
"plan2code": "./install.js"
},
"scripts": {
"prepare": "husky",
"build:skills": "node install.js --build-skills",
"test": "node scripts/validate-char-count.js && node install.js --verify-skills"
},
"devDependencies": {
"husky": "^9.0.0"
}
}