🐛 move chalk and commadner to dependencies
parent
7c01e3534c
commit
8bcc69bdbd
|
@ -19,13 +19,15 @@
|
|||
"devDependencies": {
|
||||
"@types/node": "^18.15.11",
|
||||
"@types/prettier": "^2.7.2",
|
||||
"chalk": "^5.2.0",
|
||||
"commander": "^10.0.0",
|
||||
"prettier": "^2.8.7",
|
||||
"tsup": "^6.7.0",
|
||||
"tsx": "^3.12.6",
|
||||
"typescript": "^5.0.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"chalk": "^5.2.0",
|
||||
"commander": "^10.0.0"
|
||||
},
|
||||
"bin": {
|
||||
"adofai-typegen": "./dist/index.js"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue