{ "type": "module", "name": "opencode-telegram-plugin", "version": "1.0.0", "description": "Telegram notifications for OpenCode sessions", "main": "telegram-notify.ts", "scripts": { "start": "bun telegram-bot.ts", "build": "bun build telegram-bot.ts --outdir dist" }, "devDependencies": { "@types/node": "^24.2.1", "@opencode-ai/plugin": "^0.5.1", "bun-types": "latest" } }