Files
Minecraft-Server/bot/package.json

19 lines
354 B
JSON
Raw Permalink Normal View History

2026-05-11 21:51:59 +02:00
{
"name": "minecraft-telegram-bot",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"start": "bun run bot.ts"
},
"dependencies": {
"@grammyjs/auto-retry": "^2.0.2",
"@grammyjs/stream": "^1.0.1",
2026-05-11 21:51:59 +02:00
"grammy": "^1.30.0"
},
"devDependencies": {
"@types/bun": "latest",
"typescript": "^5.5.0"
}
}