14 lines
285 B
JSON
14 lines
285 B
JSON
{
|
|
"scripts": {
|
|
"start": "nodemon src/bot.ts"
|
|
},
|
|
"dependencies": {
|
|
"@dotenvx/dotenvx": "^1.45.1",
|
|
"@types/bun": "^1.2.17",
|
|
"axios": "^1.10.0",
|
|
"node-html-parser": "^7.0.1",
|
|
"nodemon": "^3.1.10",
|
|
"telegraf": "^4.16.3",
|
|
"youtube-url": "^0.5.0"
|
|
}
|
|
}
|