add telegram bot and autossh tunnel
This commit is contained in:
16
bot/package.json
Normal file
16
bot/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "minecraft-telegram-bot",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "bun run bot.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"grammy": "^1.30.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest",
|
||||
"typescript": "^5.5.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user