-
Notifications
You must be signed in to change notification settings - Fork 319
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "@seemseam/ccb",
"version": "8.2.1",
"description": "Lightweight multi-agent TUI and stable cross-provider collaboration layer for Codex, Claude, Gemini, Grok, Kimi, DeepSeek, and other CLI agents.",
"license": "AGPL-3.0-only",
"homepage": "https://github.com/SeemSeam/claude_codex_bridge#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/SeemSeam/claude_codex_bridge.git"
},
"bugs": {
"url": "https://github.com/SeemSeam/claude_codex_bridge/issues"
},
"keywords": [
"ccb",
"multi-agent",
"codex",
"claude",
"gemini",
"grok",
"kimi",
"deepseek",
"mimo",
"qwen",
"cursor",
"copilot",
"crush",
"kiro",
"pi",
"zai",
"opencode",
"tmux",
"cli"
],
"bin": {
"ccb": "bin/ccb.js",
"ask": "bin/ask.js",
"autonew": "bin/autonew.js",
"ctx-transfer": "bin/ctx-transfer.js"
},
"files": [
"bin/ccb.js",
"bin/ask.js",
"bin/autonew.js",
"bin/ctx-transfer.js",
"bin/ccb-npm-install.js",
"bin/ccb-npm-runner.js",
"README.md",
"README/*.md",
"LICENSE",
"VERSION"
],
"scripts": {
"postinstall": "node bin/ccb-npm-install.js",
"pack:check": "npm pack --dry-run"
},
"engines": {
"node": ">=18"
},
"os": [
"linux",
"darwin"
],
"cpu": [
"x64",
"arm64"
],
"publishConfig": {
"access": "public"
}
}