-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.29 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
{
"name": "dsh-llm-opencode-zen",
"version": "0.1.1",
"description": "OpenCode Zen 免费模型 LLM 适配器(Bearer public 零配置,27 个免费模型;可选 OPENCODE_API_KEY 解锁付费模型)",
"type": "module",
"main": "./lib/index.js",
"exports": {
".": {
"default": "./lib/index.js"
},
"./package.json": "./package.json"
},
"files": [
"lib",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git+https://github.com/zouyuanqing/dsh-llm-opencode-zen.git"
},
"homepage": "https://github.com/zouyuanqing/dsh-llm-opencode-zen#readme",
"bugs": {
"url": "https://github.com/zouyuanqing/dsh-llm-opencode-zen/issues"
},
"author": "zouyuanqing <zou.yuanqing@foxmail.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"keywords": [
"dsh-plugin",
"deepseek-harness",
"opencode",
"zen",
"free",
"llm-adapter"
],
"peerDependencies": {
"@deepseek-ai/dsh-llm": ">=0.1.0-rc <2",
"@deepseek-ai/dsh-credentials": ">=0.1.0-rc <2",
"@deepseek-ai/dsh-launch-environment": ">=0.1.0-rc <2",
"@deepseek-ai/dsh-settings": ">=0.1.0-rc <2",
"@deepseek-ai/dsh-timeout": ">=0.1.0-rc <2",
"@deepseek-ai/schemastery": "^3.18.0"
},
"engines": {
"node": ">=18"
}
}