telegram-bot-api/package.json
2025-04-24 15:31:46 +08:00

17 lines
277 B
JSON

{
"dependencies": {
"dotenv": "^16.5.0",
"mongoose": "^8.13.2",
"node-telegram-bot-api": "^0.66.0"
},
"name": "telegram-bot-api",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"author": "",
"license": "ISC",
"description": ""
}