Agrega axios como dependencia y script de inicio
Showing
... | ... | @@ -4,11 +4,13 @@ |
"description": "Servidor para chatbot de Crisp", | ||
"main": "index.js", | ||
"scripts": { | ||
"start": "node index.js", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"axios": "^0.21.1", | ||
"node-crisp-api": "^1.12.2" | ||
} | ||
} |
Please register or sign in to comment