17 lines
277 B
JSON
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": ""
|
|
}
|