Finish chatbot-turnos
Showing
.gitignore
0 → 100644
config/default.json
0 → 100644
crisp.js
0 → 100644
endpoints/is.js
0 → 100644
handlers.js
0 → 100644
This diff is collapsed.
index.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
| { | ||
| "name": "crisp-chatbot", | ||
| "version": "0.0.1", | ||
| "description": "Servidor para chatbot de Crisp", | ||
| "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" | ||
| } | ||
| } |
pasos.js
0 → 100644
utils.js
0 → 100644
Please register or sign in to comment