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