- DB: mesh.telegram_bridge table + migration - Broker: telegram-bridge.ts (Grammy bot + WS pool + routing) - Broker: telegram-token.ts (JWT connect tokens) - Broker: POST /tg/token endpoint + bridge boot on startup - CLI: claudemesh connect/disconnect telegram commands - Spec: docs/telegram-bridge-spec.md Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
21 lines
423 B
JSON
21 lines
423 B
JSON
{
|
|
"name": "@claudemesh/telegram",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "bun src/index.ts",
|
|
"dev": "bun --hot src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"grammy": "^1.35.0",
|
|
"ws": "^8.18.0",
|
|
"libsodium": "^0.7.15",
|
|
"libsodium-wrappers": "^0.7.15",
|
|
"tsx": "^4.19.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ws": "^8.5.13",
|
|
"@types/libsodium-wrappers": "^0.7.14"
|
|
}
|
|
}
|