Spaces:
Paused
Paused
| { | |
| "name": "mg-bot", | |
| "version": "1.1.0", | |
| "description": "", | |
| "main": "index.js", | |
| "scripts": { | |
| "start": "node src/main.js", | |
| "dev": "nodemon src/main.js", | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "keywords": [], | |
| "author": "", | |
| "license": "ISC", | |
| "type": "commonjs", | |
| "dependencies": { | |
| "axios": "^1.6.0", | |
| "body-parser": "^2.2.2", | |
| "cors": "^2.8.5", | |
| "dotenv": "^17.2.3", | |
| "exceljs": "^4.4.0", | |
| "express": "^5.2.1", | |
| "firebase-admin": "^13.6.0", | |
| "form-data": "^4.0.5", | |
| "lodash": "^4.17.21", | |
| "lowdb": "^1.0.0", | |
| "mongoose": "^9.1.4", | |
| "multer": "^2.0.2", | |
| "telegraf": "^4.16.3" | |
| } | |
| } |