Agrega dependencias (config y nodemon)
Showing
... | ... | @@ -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