30 lines
655 B
JSON
30 lines
655 B
JSON
{
|
|
"name": "yaltipia-telegram-bot",
|
|
"version": "1.0.0",
|
|
"description": "Telegram bot for Yaltipia home clients to manage property notifications",
|
|
"main": "src/bot.js",
|
|
"scripts": {
|
|
"start": "node src/bot.js",
|
|
"dev": "nodemon src/bot.js",
|
|
"test:webhook": "node scripts/test-webhook.js"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.6.0",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.3.1",
|
|
"express": "^4.18.2",
|
|
"node-telegram-bot-api": "^0.67.0"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.0.2"
|
|
},
|
|
"keywords": [
|
|
"telegram",
|
|
"bot",
|
|
"real-estate",
|
|
"notifications"
|
|
],
|
|
"author": "Yaltipia",
|
|
"license": "MIT"
|
|
}
|