Agrega dependencias (config y nodemon)
Showing
This diff is collapsed.
| ... | ... | @@ -5,12 +5,17 @@ |
| "main": "index.js", | ||
| "scripts": { | ||
| "start": "node index.js", | ||
| "autoload": "nodemon index.js", | ||
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| }, | ||
| "author": "", | ||
| "license": "ISC", | ||
| "dependencies": { | ||
| "axios": "^0.21.1", | ||
| "config": "^3.3.6", | ||
| "node-crisp-api": "^1.12.2" | ||
| }, | ||
| "devDependencies": { | ||
| "nodemon": "^2.0.7" | ||
| } | ||
| } |
Please register or sign in to comment