| 1234567891011121314 |
- {
- "name": "claude-channel-telegram",
- "version": "0.0.1",
- "license": "Apache-2.0",
- "type": "module",
- "bin": "./server.ts",
- "scripts": {
- "start": "bun install --no-summary && bun server.ts"
- },
- "dependencies": {
- "@modelcontextprotocol/sdk": "^1.0.0",
- "grammy": "^1.21.0"
- }
- }
|