mirror of
https://github.com/abocn/TelegramBot.git
synced 2025-05-10 04:24:59 +00:00
15 lines
284 B
JSON
15 lines
284 B
JSON
{
|
|
"scripts": {
|
|
"start": "nodemon src/bot.ts"
|
|
},
|
|
"dependencies": {
|
|
"@dotenvx/dotenvx": "^1.42.2",
|
|
"@types/bun": "^1.2.11",
|
|
"axios": "^1.9.0",
|
|
"node-html-parser": "^7.0.1",
|
|
"nodemon": "^3.1.10",
|
|
"telegraf": "^4.16.3",
|
|
"youtube-url": "^0.5.0"
|
|
}
|
|
}
|