forked from flyingcoding/dsh-commandcode-provider
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
124 lines (124 loc) · 4.02 KB
/
Copy pathpackage.json
File metadata and controls
124 lines (124 loc) · 4.02 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "@mars-sea/dsh-commandcode-provider",
"version": "0.10.0-alpha.4",
"description": "Unofficial DeepSeek Harness LLM provider plugin for Command Code, ported from pi-commandcode-provider (MIT). Registers the 'commandcode' provider route with a Models-page card and live model catalog.",
"type": "module",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"./client": {
"default": "./lib/client.js"
},
"./src/*": "./src/*",
"./package.json": "./package.json"
},
"dsh": {
"bundle": {
"patch": "./cordis.patch.yml"
},
"client": {
"inject": [
"@deepseek-ai/dsh-client-connection",
"@deepseek-ai/dsh-client-locale",
"@deepseek-ai/dsh-client-ui-settings",
"@deepseek-ai/dsh-api-remotes"
],
"platform": "web"
}
},
"files": [
"lib",
"assets",
"cordis.patch.yml",
"README.md",
"README.zh-CN.md",
"CHANGELOG.md",
"LICENSE",
"NOTICE"
],
"scripts": {
"build": "tsdown",
"prepare": "tsdown",
"test:install": "node scripts/verify-isolated-install.mjs",
"typecheck": "tsc --noEmit",
"test": "node --import tsx --test tests/**/*.test.ts"
},
"engines": {
"node": ">=22"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mars-Sea/dsh-commandcode-provider.git"
},
"bugs": {
"url": "https://github.com/Mars-Sea/dsh-commandcode-provider/issues"
},
"homepage": "https://github.com/Mars-Sea/dsh-commandcode-provider#readme",
"keywords": [
"deepseek-harness",
"dsh",
"commandcode",
"command-code",
"llm",
"adapter",
"provider",
"plugin",
"bundle"
],
"license": "MIT",
"peerDependencies": {
"@deepseek-ai/cordis": "^4.0.2",
"@deepseek-ai/dsh-api-remotes": "^0.1.2-alpha.2",
"@deepseek-ai/dsh-attachment": "^0.1.2-alpha.2",
"@deepseek-ai/dsh-client-connection": "^0.1.2-alpha.2",
"@deepseek-ai/dsh-client-locale": "^0.1.2-alpha.2",
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.2-alpha.2",
"@deepseek-ai/dsh-client-ui-renderer": "^0.1.2-alpha.2",
"@deepseek-ai/dsh-client-ui-settings": "^0.1.2-alpha.2",
"@deepseek-ai/dsh-client-ui-slots": "^0.1.2-alpha.2",
"@deepseek-ai/dsh-commands": "^0.1.2-alpha.2",
"@deepseek-ai/dsh-credentials": "^0.1.2-alpha.2",
"@deepseek-ai/dsh-invariants": "^0.1.2-alpha.2",
"@deepseek-ai/dsh-launch-environment": "^0.1.2-alpha.2",
"@deepseek-ai/dsh-llm": "^0.1.2-alpha.2",
"@deepseek-ai/dsh-settings": "^0.1.2-alpha.2",
"@deepseek-ai/dsh-timeout": "^0.1.2-alpha.2",
"@deepseek-ai/dsh-typert-protocol": "^0.1.2-alpha.2",
"@deepseek-ai/schemastery": "^3.18.2",
"react": "^18.2.0",
"@deepseek-ai/dsh-web": "^0.1.2-alpha.2"
},
"devDependencies": {
"@deepseek-ai/cordis": "^4.0.2",
"@deepseek-ai/dsh-api-remotes": "^0.1.2-alpha.2",
"@deepseek-ai/dsh-attachment": "^0.1.2-alpha.2",
"@deepseek-ai/dsh-client-connection": "^0.1.2-alpha.2",
"@deepseek-ai/dsh-client-locale": "^0.1.2-alpha.2",
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.2-alpha.2",
"@deepseek-ai/dsh-client-ui-renderer": "^0.1.2-alpha.2",
"@deepseek-ai/dsh-client-ui-settings": "^0.1.2-alpha.2",
"@deepseek-ai/dsh-client-ui-slots": "^0.1.2-alpha.2",
"@deepseek-ai/dsh-commands": "^0.1.2-alpha.2",
"@deepseek-ai/dsh-credentials": "^0.1.2-alpha.2",
"@deepseek-ai/dsh-invariants": "^0.1.2-alpha.2",
"@deepseek-ai/dsh-launch-environment": "^0.1.2-alpha.2",
"@deepseek-ai/dsh-llm": "^0.1.2-alpha.2",
"@deepseek-ai/dsh-settings": "^0.1.2-alpha.2",
"@deepseek-ai/dsh-timeout": "^0.1.2-alpha.2",
"@deepseek-ai/dsh-typert-protocol": "^0.1.2-alpha.2",
"@deepseek-ai/dsh-web": "^0.1.2-alpha.2",
"@deepseek-ai/schemastery": "^3.18.2",
"@types/node": "^22.0.0",
"@types/react": "^18.3.1",
"tsdown": "^0.22.2",
"tsx": "^4.23.12",
"typescript": "^6.0.3"
}
}