30 lines
632 B
JSON
30 lines
632 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"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.6.0",
|
|
"bcrypt": "^5.1.1",
|
|
"crypto": "^1.0.1",
|
|
"dotenv": "^16.3.1",
|
|
"node-telegram-bot-api": "^0.67.0",
|
|
"validator": "^13.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.0.2"
|
|
},
|
|
"keywords": [
|
|
"telegram",
|
|
"bot",
|
|
"real-estate",
|
|
"notifications"
|
|
],
|
|
"author": "Yaltipia",
|
|
"license": "MIT"
|
|
}
|