Files
plan2code/package.json
T
jparkerweb 0c17ef1454 Release v2.0.0
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
2026-08-08 12:39:37 -07:00

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"
}
}