-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
142 lines (142 loc) · 5.2 KB
/
Copy pathpackage.json
File metadata and controls
142 lines (142 loc) · 5.2 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"name": "@deepseek-ai/dsh-ex-setting",
"description": "Automatic Web settings and composition configuration bundle for DSH",
"version": "0.3.2",
"private": true,
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"./invariant": {
"types": "./lib/invariant.d.ts",
"default": "./lib/invariant.js"
},
"./client": {
"types": "./lib/client.d.ts",
"default": "./lib/client.js"
},
"./package.json": "./package.json"
},
"files": [
"lib/**/*.js",
"lib/**/*.js.map",
"lib/**/*.css",
"lib/**/*.d.ts",
"lib/**/*.d.ts.map",
"cordis.patch.yml",
"README.md"
],
"license": "BSD-3-Clause",
"scripts": {
"build": "tsdown --config-loader unrun --config tsdown.config.ts && tsdown --config-loader unrun --config tsdown.client.runtime.config.ts",
"test": "vitest run",
"typecheck": "tsc --noEmit -p tsconfig.host.json --pretty false && tsc --noEmit -p tsconfig.client.json --pretty false"
},
"dsh": {
"bundle": {
"patch": "./cordis.patch.yml"
},
"client": {
"inject": [
"@deepseek-ai/dsh-client-runtime",
"@deepseek-ai/dsh-client-ui-settings",
"@deepseek-ai/dsh-client-locale",
"@deepseek-ai/dsh-client-connection",
"@deepseek-ai/dsh-api-remotes"
],
"platform": "web"
}
},
"peerDependencies": {
"@deepseek-ai/dsh-api-remotes": "^0.1.0-rc.0",
"@deepseek-ai/dsh-client-connection": "^0.1.0-rc.0",
"@deepseek-ai/dsh-client-locale": "^0.1.0-rc.0",
"@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.0",
"@deepseek-ai/dsh-client-ui-settings": "^0.1.0-rc.0",
"@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.0",
"@deepseek-ai/dsh-home-paths": "^0.1.0-rc.0",
"@deepseek-ai/dsh-invariants": "^0.1.0-rc.0",
"@deepseek-ai/dsh-settings": "^0.1.0-rc.0",
"@deepseek-ai/cordis": "^4.0.1-0",
"@oh-my-dsh/cordis-fabric": "^0.1.1",
"@oh-my-dsh/cordis-fabric-api": "^0.1.1",
"react": "^18.2.0"
},
"dependencies": {
"js-yaml": "^4.2.0",
"schemastery": "^3.18.0"
},
"devDependencies": {
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.20.0",
"@types/react": "~18.3.1",
"@types/react-dom": "~18.3.0",
"@oh-my-dsh/cordis-fabric": "^0.1.1",
"@oh-my-dsh/cordis-fabric-api": "^0.1.1",
"jsdom": "^27.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tsdown": "^0.22.2",
"tsx": "^4.23.0",
"typescript": "^6.0.3",
"unrun": "^0.3.1",
"vitest": "^4.1.8",
"zod": "^4.4.3",
"lightningcss": "^1.32.0",
"@deepseek-ai/dsh-api-remotes": "^0.1.0-rc.0",
"@deepseek-ai/dsh-client-connection": "^0.1.0-rc.0",
"@deepseek-ai/dsh-client-locale": "^0.1.0-rc.0",
"@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.0",
"@deepseek-ai/dsh-client-schema-form": "^0.1.0-rc.0",
"@deepseek-ai/dsh-client-ui-settings": "^0.1.0-rc.0",
"@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.0",
"@deepseek-ai/dsh-home-paths": "^0.1.0-rc.0",
"@deepseek-ai/dsh-invariants": "^0.1.0-rc.0",
"@deepseek-ai/dsh-settings": "^0.1.0-rc.0",
"@deepseek-ai/dsh-settings-file": "^0.1.0-rc.0",
"@deepseek-ai/dsh-host-apiproxy": "^0.1.0-rc.0",
"@deepseek-ai/cordis": "^4.0.1-0",
"@deepseek-ai/cordis-plugin-loader": "^1.0.2",
"@deepseek-ai/cordis-plugin-include": "^1.0.6",
"@deepseek-ai/dsh-agent-presets": "^0.1.0-rc.0",
"@deepseek-ai/dsh-cordis-host-runner": "^0.1.0-rc.0",
"@deepseek-ai/dsh-scope": "^0.1.0-rc.0",
"@deepseek-ai/dsh-timeout": "^0.1.0-rc.0",
"@deepseek-ai/dsh-llm": "^0.1.0-rc.0",
"@deepseek-ai/dsh-agent": "^0.1.0-rc.0",
"@deepseek-ai/dsh-commands": "^0.1.0-rc.0",
"@deepseek-ai/dsh-session": "^0.1.0-rc.0",
"@deepseek-ai/dsh-system-prompt": "^0.1.0-rc.0",
"@deepseek-ai/dsh-tools": "^0.1.0-rc.0",
"@deepseek-ai/dsh-typert-protocol": "^0.1.0-rc.0",
"@deepseek-ai/dsh-client-ui-commands": "^0.1.0-rc.0",
"@deepseek-ai/dsh-client-ui-input-trigger": "^0.1.0-rc.0",
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.0",
"@deepseek-ai/dsh-goal": "^0.1.0-rc.0",
"@deepseek-ai/dsh-jobs": "^0.1.0-rc.0",
"@deepseek-ai/dsh-subagent": "^0.1.0-rc.0",
"@deepseek-ai/dsh-skill": "^0.1.0-rc.0",
"@deepseek-ai/dsh-workspace": "^0.1.0-rc.0",
"@deepseek-ai/dsh-storage-domain": "^0.1.0-rc.0",
"@deepseek-ai/dsh-api-gateway": "^0.1.0-rc.0",
"@deepseek-ai/dsh-atomic-write": "^0.1.0-rc.0",
"@deepseek-ai/dsh-client-ui-conversation": "^0.1.0-rc.0",
"@deepseek-ai/dsh-client-web-react": "^0.1.0-rc.0",
"@deepseek-ai/dsh-code-runtime": "^0.1.0-rc.0",
"@deepseek-ai/dsh-host-plugin-inventory": "^0.1.0-rc.0",
"@deepseek-ai/dsh-host-webserver": "^0.1.0-rc.0",
"@deepseek-ai/dsh-message-feedback": "^0.1.0-rc.0",
"@deepseek-ai/dsh-storage": "^0.1.0-rc.0",
"@deepseek-ai/dsh-typert-registry": "^0.1.0-rc.0",
"@deepseek-ai/dsh-client-ui-attachment": "^0.1.0-rc.0",
"@deepseek-ai/dsh-compaction": "^0.1.0-rc.0",
"@deepseek-ai/dsh-session-stats": "^0.1.0-rc.0",
"@deepseek-ai/dsh-token-meter": "^0.1.0-rc.0"
}
}