-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.09 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
{
"name": "commandcode-bridge",
"version": "1.2.0",
"description": "Command Code single-account proxy bridge with TUI dashboard. OpenAI-compatible endpoint for OpenCode, Cursor, etc.",
"type": "module",
"bin": {
"commandcode-bridge": "./bin/commandcode-bridge.js"
},
"scripts": {
"postinstall": "node -e \"if(process.platform !== 'win32'){const fs=require('fs');['app-linux','app-mac'].forEach(f=>{try{fs.chmodSync('./bin-executables/'+f,0o755)}catch(e){}});}\""
},
"engines": {
"node": ">=18"
},
"keywords": [
"commandcode",
"command-code",
"proxy",
"bridge",
"opencode",
"openai",
"cli",
"tui",
"cross-platform"
],
"author": {
"name": "Khip01",
"url": "https://github.com/Khip01"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Khip01/commandcode-bridge.git"
},
"bugs": {
"url": "https://github.com/Khip01/commandcode-bridge/issues"
},
"homepage": "https://github.com/Khip01/commandcode-bridge#readme",
"files": [
"bin/commandcode-bridge.js",
"bin-executables/"
]
}