-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.08 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
{
"name": "dsh-about",
"version": "1.2.0",
"description": "DeepSeek Harness 设置中心「关于」分区:DeepSeek 图标 + 版本信息 + 检查更新(npm latest/next 取新,并检测 GitHub 已发布但 npm 未同步的版本)+ 一键更新与自动重启 + GitHub 版本更新记录",
"type": "module",
"main": "lib/index.js",
"exports": {
".": "./lib/index.js",
"./client": "./lib/client.js",
"./package.json": "./package.json"
},
"files": [
"lib",
"bin",
"cordis.patch.yml",
"README.md",
"AI-INSTALL.md",
"LICENSE",
"assets",
"scripts"
],
"keywords": [
"dsh",
"deepseek-harness",
"plugin",
"bundle",
"client-plugin",
"cordis",
"check-update",
"about",
"update"
],
"license": "MIT",
"dsh": {
"bundle": {
"patch": "./cordis.patch.yml"
},
"client": {
"platform": "web",
"inject": [
"@deepseek-ai/dsh-client-runtime",
"@deepseek-ai/dsh-client-locale"
]
}
},
"scripts": {
"postuninstall": "node ./scripts/postuninstall.js"
}
}