feat: add

This commit is contained in:
Mauricio Siu
2024-06-04 01:10:32 -06:00
parent de871490d7
commit 6dae0587d8
6 changed files with 334 additions and 31 deletions

View File

@@ -11,12 +11,16 @@
"@oclif/core": "^3",
"@oclif/plugin-help": "^6",
"@oclif/plugin-plugins": "^5",
"axios": "^1.7.2"
"axios": "^1.7.2",
"chalk": "^5.3.0",
"inquirer": "^9.2.23",
"superjson": "^2.2.1"
},
"devDependencies": {
"@oclif/prettier-config": "^0.2.1",
"@oclif/test": "^4",
"@types/chai": "^4",
"@types/inquirer": "9.0.7",
"@types/mocha": "^10",
"@types/node": "^18",
"chai": "^4",