opencode / package.json
abbasyk60's picture
Deploy OpenCode with Web UI and Telegram bot integration
68cd3b2
Raw
History Blame Contribute Delete
245 Bytes
{
"name": "opencode-telegram-bot",
"version": "1.0.0",
"description": "Telegram bot for OpenCode AI Agent",
"scripts": {
"start": "node bot.js",
"dev": "node --watch bot.js"
},
"dependencies": {
"grammy": "^1.21.0"
}
}