mirror of
https://github.com/abocn/TelegramBot.git
synced 2025-05-09 12:05:00 +00:00
* docs: linting, require bun for ts * rf: js -> ts * chore: bump * docs: add ts badge * chore: bump types * fix: add types for context to animal commands * [m] hf: add bot type * fix/types: add bot, ctx types, fix emoji on /dice cmd, add todo * fix/types: bot admin checking fixes, other misc fixes, add types --------- Co-authored-by: Lucas Gabriel <lucmsilva651@gmail.com>
15 lines
283 B
JSON
15 lines
283 B
JSON
{
|
|
"scripts": {
|
|
"start": "nodemon src/bot.ts"
|
|
},
|
|
"dependencies": {
|
|
"@dotenvx/dotenvx": "^1.41.0",
|
|
"@types/node": "^22.15.2",
|
|
"axios": "^1.9.0",
|
|
"node-html-parser": "^7.0.1",
|
|
"nodemon": "^3.1.10",
|
|
"telegraf": "^4.16.3",
|
|
"winston": "^3.17.0"
|
|
}
|
|
}
|