-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.42 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.42 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
{
"name": "dsh-canvas-preview",
"version": "0.4.9",
"description": "Canvas preview panel for DeepSeek Harness — live-preview HTML artifacts, auto-sync, save-as, PNG/JPG/SVG export. DSH 画板预览插件:实时预览、另存为、PNG/JPG/SVG 导出。",
"type": "module",
"main": "lib/index.js",
"bin": {
"dsh-canvas-preview": "lib/install-cli.js"
},
"exports": {
".": {
"default": "./lib/index.js"
},
"./client": {
"default": "./lib/client.js"
},
"./package.json": "./package.json"
},
"dsh": {
"bundle": {
"patch": "./cordis.patch.yml"
},
"client": {
"platform": "web",
"inject": [
"@deepseek-ai/dsh-client-runtime",
"@deepseek-ai/dsh-client-ui-workspace",
"@deepseek-ai/dsh-client-ui-conversation"
]
}
},
"keywords": [
"dsh",
"dsh-plugin",
"deepseek-harness",
"cordis",
"canvas",
"artifact",
"preview",
"diagram"
],
"author": "jiuyuechuwuhao <591136253@qq.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/jiuyuechuwuhao/dsh-canvas-preview.git"
},
"bugs": {
"url": "https://github.com/jiuyuechuwuhao/dsh-canvas-preview/issues"
},
"files": [
"lib",
"cordis.patch.yml",
"README.md",
"CHANGELOG.md",
"SECURITY.md",
"LICENSE"
],
"homepage": "https://github.com/jiuyuechuwuhao/dsh-canvas-preview#readme"
}