-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 894 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 894 Bytes
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
{
"name": "dsh-opencode-models",
"version": "0.1.0",
"description": "DeepSeek Harness (DSH) 插件:在设置页新增「OpenCode Go 模型同步」,一键拉取服务端全部模型、实测可用性与视觉能力并写回 llm-pi-ai 配置(补齐 dsh 内置「获取可用模型」静态快照的缺口)。",
"type": "module",
"license": "MIT",
"files": [
"dsh",
"cordis.patch.yml",
"README.md",
"LICENSE"
],
"keywords": [
"dsh",
"deepseek-harness",
"opencode",
"models",
"plugin",
"bundle"
],
"engines": {
"node": ">=22"
},
"exports": {
".": "./dsh/index.js",
"./dsh": "./dsh/index.js",
"./package.json": "./package.json",
"./client": "./dsh/client.js"
},
"dsh": {
"bundle": {
"patch": "./cordis.patch.yml"
},
"client": {
"inject": [],
"platform": "web"
}
}
}