Skip to content

Commit

Permalink
new dependencies and replace yargs with commander
Browse files Browse the repository at this point in the history
  • Loading branch information
FadTheChad committed Nov 18, 2022
1 parent 09d62e8 commit e2df5ae
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,17 @@
"bin": {
"pizzaman": "lib/index.js"
},
"scripts": {
"start": "npm run build && node .",
"build": "tsc"
},
"dependencies": {
"@types/yargs": "^17.0.13",
"yargs": "^17.6.2"
"chalk": "4.1.2",
"commander": "^9.4.1",
"figlet": "^1.5.2",
"nanospinner": "^1.1.0"
},
"devDependencies": {
"@types/figlet": "^1.5.5"
}
}

0 comments on commit e2df5ae

Please sign in to comment.