mirror of
https://github.com/jparkerweb/plan2code.git
synced 2026-09-17 16:22:23 -07:00
0c17ef1454
Ports upstream v1.17.0 and v2.0.0. Breaking: Gemini CLI is no longer an install target. Adds Pathfinder Step 0, community feedback submission and ingestion, and Devin CLI as an agent backend. AI Assisted
16 lines
259 B
JSON
16 lines
259 B
JSON
{
|
|
"name": "plan2code",
|
|
"version": "2.0.0",
|
|
"private": true,
|
|
"bin": {
|
|
"plan2code": "./install.js"
|
|
},
|
|
"scripts": {
|
|
"prepare": "husky",
|
|
"test": "node scripts/validate-char-count.js"
|
|
},
|
|
"devDependencies": {
|
|
"husky": "^9.0.0"
|
|
}
|
|
}
|