Commit 4e3444a2 authored by Gabriel's avatar Gabriel

Agrega dependencias (config y nodemon)

parent b4580ab0
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"
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment