-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.13 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
{
"name": "kilo-opencode-command-code",
"version": "1.2.3",
"description": "Command Code Provider API plugin for Kilo and OpenCode — auto-syncs models and capabilities (vision/reasoning), handles auth, routes Claude via the Anthropic Messages endpoint",
"type": "module",
"main": "index.js",
"exports": {
".": "./index.js"
},
"files": [
"index.js",
"install.sh",
"install.ps1",
"install.cmd",
"README.md",
"LICENSE"
],
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "node --test",
"check": "node --check index.js",
"prepublishOnly": "npm run check && npm test"
},
"keywords": [
"kilo",
"opencode",
"command-code",
"commandcode",
"plugin",
"provider",
"ai",
"llm"
],
"author": "moyu-by",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/moyu-by/kilo-opencode-command-code.git"
},
"homepage": "https://github.com/moyu-by/kilo-opencode-command-code#readme",
"bugs": {
"url": "https://github.com/moyu-by/kilo-opencode-command-code/issues"
}
}