mirror of
https://github.com/jparkerweb/plan2code.git
synced 2026-07-21 18:33:22 -07:00
15 lines
208 B
JSON
15 lines
208 B
JSON
|
|
{
|
||
|
|
"name": "plan2code",
|
||
|
|
"version": "1.6.1",
|
||
|
|
"private": true,
|
||
|
|
"bin": {
|
||
|
|
"plan2code": "./install.js"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"prepare": "husky"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"husky": "^9.0.0"
|
||
|
|
}
|
||
|
|
}
|