|
1 | 1 | { |
2 | | - "name": "ctb", |
3 | | - "version": "1.3.6", |
4 | | - "description": "Control Claude Code from Telegram - run multiple bot instances per project", |
5 | | - "type": "module", |
6 | | - "bin": { |
7 | | - "ctb": "./src/cli.ts" |
8 | | - }, |
9 | | - "scripts": { |
10 | | - "start": "bun run src/bot.ts", |
11 | | - "dev": "bun --watch run src/bot.ts", |
12 | | - "ctb": "bun run src/cli.ts", |
13 | | - "typecheck": "bun run --bun tsc --noEmit", |
14 | | - "test": "bun test", |
15 | | - "test:watch": "bun test --watch", |
16 | | - "docs:html": "bunx typedoc --options typedoc.json", |
17 | | - "docs:md": "bunx typedoc --options typedoc.md.json", |
18 | | - "docs": "bun run docs:html && bun run docs:md" |
19 | | - }, |
20 | | - "keywords": [ |
21 | | - "claude", |
22 | | - "telegram", |
23 | | - "bot", |
24 | | - "cli", |
25 | | - "ai", |
26 | | - "anthropic" |
27 | | - ], |
28 | | - "author": "", |
29 | | - "license": "MIT", |
30 | | - "repository": { |
31 | | - "type": "git", |
32 | | - "url": "https://github.com/htlin/claude-telegram-bot" |
33 | | - }, |
34 | | - "engines": { |
35 | | - "bun": ">=1.0.0" |
36 | | - }, |
37 | | - "devDependencies": { |
38 | | - "@types/bun": "latest", |
39 | | - "@types/shell-quote": "^1.7.5", |
40 | | - "typedoc": "^0.28.16", |
41 | | - "typedoc-plugin-markdown": "^4.9.0" |
42 | | - }, |
43 | | - "peerDependencies": { |
44 | | - "typescript": "^5" |
45 | | - }, |
46 | | - "dependencies": { |
47 | | - "@anthropic-ai/claude-agent-sdk": "^0.1.76", |
48 | | - "@grammyjs/runner": "^2.0.3", |
49 | | - "@modelcontextprotocol/sdk": "^1.25.1", |
50 | | - "@openai/codex-sdk": "^0.93.0", |
51 | | - "grammy": "^1.38.4", |
52 | | - "openai": "^6.15.0", |
53 | | - "shell-quote": "^1.8.3", |
54 | | - "zod": "^4.2.1" |
55 | | - } |
| 2 | + "name": "ctb", |
| 3 | + "version": "1.3.7", |
| 4 | + "description": "Control Claude Code from Telegram - run multiple bot instances per project", |
| 5 | + "type": "module", |
| 6 | + "bin": { |
| 7 | + "ctb": "./src/cli.ts" |
| 8 | + }, |
| 9 | + "scripts": { |
| 10 | + "start": "bun run src/bot.ts", |
| 11 | + "dev": "bun --watch run src/bot.ts", |
| 12 | + "ctb": "bun run src/cli.ts", |
| 13 | + "typecheck": "bun run --bun tsc --noEmit", |
| 14 | + "test": "bun test", |
| 15 | + "test:watch": "bun test --watch", |
| 16 | + "docs:html": "bunx typedoc --options typedoc.json", |
| 17 | + "docs:md": "bunx typedoc --options typedoc.md.json", |
| 18 | + "docs": "bun run docs:html && bun run docs:md" |
| 19 | + }, |
| 20 | + "keywords": [ |
| 21 | + "claude", |
| 22 | + "telegram", |
| 23 | + "bot", |
| 24 | + "cli", |
| 25 | + "ai", |
| 26 | + "anthropic" |
| 27 | + ], |
| 28 | + "author": "", |
| 29 | + "license": "MIT", |
| 30 | + "repository": { |
| 31 | + "type": "git", |
| 32 | + "url": "https://github.com/htlin/claude-telegram-bot" |
| 33 | + }, |
| 34 | + "engines": { |
| 35 | + "bun": ">=1.0.0" |
| 36 | + }, |
| 37 | + "devDependencies": { |
| 38 | + "@types/bun": "latest", |
| 39 | + "@types/shell-quote": "^1.7.5", |
| 40 | + "typedoc": "^0.28.16", |
| 41 | + "typedoc-plugin-markdown": "^4.9.0" |
| 42 | + }, |
| 43 | + "peerDependencies": { |
| 44 | + "typescript": "^5" |
| 45 | + }, |
| 46 | + "dependencies": { |
| 47 | + "@anthropic-ai/claude-agent-sdk": "^0.1.76", |
| 48 | + "@grammyjs/runner": "^2.0.3", |
| 49 | + "@modelcontextprotocol/sdk": "^1.25.1", |
| 50 | + "@openai/codex-sdk": "^0.93.0", |
| 51 | + "grammy": "^1.38.4", |
| 52 | + "openai": "^6.15.0", |
| 53 | + "shell-quote": "^1.8.3", |
| 54 | + "zod": "^4.2.1" |
| 55 | + } |
56 | 56 | } |
0 commit comments