🐛 move chalk and commadner to dependencies

main
paring 2023-03-30 15:13:05 +09:00
parent 7c01e3534c
commit 8bcc69bdbd
Signed by: pikokr
GPG Key ID: 8C7ABCEF704FD728
1 changed files with 4 additions and 2 deletions

View File

@ -19,13 +19,15 @@
"devDependencies": { "devDependencies": {
"@types/node": "^18.15.11", "@types/node": "^18.15.11",
"@types/prettier": "^2.7.2", "@types/prettier": "^2.7.2",
"chalk": "^5.2.0",
"commander": "^10.0.0",
"prettier": "^2.8.7", "prettier": "^2.8.7",
"tsup": "^6.7.0", "tsup": "^6.7.0",
"tsx": "^3.12.6", "tsx": "^3.12.6",
"typescript": "^5.0.2" "typescript": "^5.0.2"
}, },
"dependencies": {
"chalk": "^5.2.0",
"commander": "^10.0.0"
},
"bin": { "bin": {
"adofai-typegen": "./dist/index.js" "adofai-typegen": "./dist/index.js"
}, },