TelegramBot/package.json

25 lines
569 B
JSON
Executable file

{
"scripts": {
"start": "nodemon telegram/bot.ts",
"docs": "bunx typedoc",
"serve:docs": "bun run serve-docs.ts"
},
"dependencies": {
"@dotenvx/dotenvx": "^1.45.1",
"@types/bun": "^1.2.17",
"axios": "^1.10.0",
"dotenv": "^17.0.0",
"drizzle-orm": "^0.44.2",
"express": "^5.1.0",
"node-html-parser": "^7.0.1",
"nodemon": "^3.1.10",
"pg": "^8.16.3",
"telegraf": "^4.16.3",
"youtube-url": "^0.5.0"
},
"devDependencies": {
"@types/pg": "^8.15.4",
"drizzle-kit": "^0.31.4",
"tsx": "^4.20.3"
}
}