Skip to content

Commit

Permalink
feat: add
Browse files Browse the repository at this point in the history
  • Loading branch information
Siumauricio committed Jun 4, 2024
1 parent de87149 commit 6dae058
Show file tree
Hide file tree
Showing 6 changed files with 334 additions and 31 deletions.
4 changes: 4 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"token": "hola",
"url": "http://localhost:3000"
}
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading

0 comments on commit 6dae058

Please sign in to comment.