mirror of
https://github.com/jparkerweb/plan2code.git
synced 2026-09-17 16:22:23 -07:00
32d1487dcf
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>
17 lines
348 B
JSON
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"
|
|
}
|
|
}
|