Finish CHATBOTS-15
Showing
logger/index.js
0 → 100644
| ... | @@ -11,10 +11,11 @@ | ... | @@ -11,10 +11,11 @@ |
| "author": "", | "author": "", | ||
| "license": "ISC", | "license": "ISC", | ||
| "dependencies": { | "dependencies": { | ||
| "axios": "^0.21.1", | "axios": "^0.21.4", | ||
| "config": "^3.3.6", | "config": "^3.3.6", | ||
| "crisp-api": "5.0.1", | |||
| "lodash": "^4.17.21", | "lodash": "^4.17.21", | ||
| "node-crisp-api": "^1.12.2" | "winston": "^3.3.3" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "nodemon": "^2.0.7" | "nodemon": "^2.0.7" | ||
| ... | ... |
Please register or sign in to comment