23 lines
548 B
JSON
23 lines
548 B
JSON
{
|
|
"name": "yaltopia-telegram-bot",
|
|
"version": "1.0.0",
|
|
"description": "Yaltopia property listing Telegram bot",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "node dist/index.js",
|
|
"dev": "ts-node src/index.ts",
|
|
"watch": "tsc -w"
|
|
},
|
|
"dependencies": {
|
|
"node-telegram-bot-api": "^0.66.0",
|
|
"axios": "^1.6.0",
|
|
"dotenv": "^16.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.10.0",
|
|
"@types/node-telegram-bot-api": "^0.64.0",
|
|
"typescript": "^5.3.0",
|
|
"ts-node": "^10.9.0"
|
|
}
|
|
} |