Spaces:
Paused
Paused
File size: 667 Bytes
89ec743 00bae55 89ec743 92bd0db 89ec743 51dd86d 89ec743 51dd86d 89ec743 f9da4b3 89ec743 f9da4b3 51dd86d 89ec743 00bae55 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | {
"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"
}
} |