🐛 cannot find module prettier

main
paring 2023-03-30 15:15:52 +09:00
parent 7588926e53
commit 387ef65371
Signed by: pikokr
GPG Key ID: 8C7ABCEF704FD728
1 changed files with 2 additions and 2 deletions

View File

@ -23,14 +23,14 @@
"devDependencies": {
"@types/node": "^18.15.11",
"@types/prettier": "^2.7.2",
"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"
"commander": "^10.0.0",
"prettier": "^2.8.7"
},
"bin": {
"adofai-typegen": "./dist/index.js"