-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.58 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
{
"name": "@openchamber/opencode-commandcode",
"version": "0.6.0",
"description": "Command Code in OpenCode — Go-plan ($1) browser OAuth, gateway proxy, Laguna S 2.1, tools/MCP, attachments, compact, usage.",
"license": "MIT",
"type": "module",
"main": "./opencode-commandcode.js",
"module": "./opencode-commandcode.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./opencode-commandcode.js",
"default": "./opencode-commandcode.js"
}
},
"files": [
"dist",
"opencode-commandcode.js"
],
"scripts": {
"build": "tsc -p tsconfig.json",
"test": "bun test/smoke.ts",
"test:live": "bun test/live-laguna.ts",
"test:live:matrix": "bun test/live-matrix.ts",
"test:opencode": "bash test/opencode-e2e.sh",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openchamber/opencode-commandcode.git"
},
"homepage": "https://github.com/openchamber/opencode-commandcode",
"bugs": {
"url": "https://github.com/openchamber/opencode-commandcode/issues"
},
"keywords": [
"opencode",
"opencode-plugin",
"command-code",
"commandcode",
"laguna",
"poolside",
"oauth",
"openai-compatible",
"ai",
"llm",
"streaming",
"agent"
],
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@opencode-ai/plugin": "^1.18.15"
},
"devDependencies": {
"@types/bun": "^1.3.11",
"@types/node": "^22.15.0",
"typescript": "^5.9.3"
}
}