savdobotadmin / package.json
ibrohm's picture
feat(push): Add firebase push notification system via telegram bot
db0be24
raw
history blame contribute delete
517 Bytes
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@google/generative-ai": "^0.24.1",
"cors": "^2.8.6",
"dotenv": "^17.4.1",
"express": "^5.2.1",
"firebase-admin": "^13.8.0",
"mongoose": "^9.4.1",
"multer": "^2.1.1",
"node-fetch": "^2.7.0",
"telegraf": "^4.16.3"
}
}