-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.26 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
{
"name": "dsh-toolkit",
"version": "1.1.0",
"private": true,
"description": "DeepSeek Harness 实用工具箱:便签、API 余额与费用、推理等级、删除会话、对话节点导航条、轻拟物皮肤(monorepo,可一键安装全家桶)",
"keywords": [
"deepseek-harness",
"dsh",
"dsh-plugin",
"toolkit",
"monorepo",
"plugin"
],
"license": "MIT",
"author": "Vast-Unhurried",
"repository": {
"type": "git",
"url": "git+https://github.com/Vast-Unhurried/dsh-toolkit.git"
},
"homepage": "https://github.com/Vast-Unhurried/dsh-toolkit#readme",
"bugs": {
"url": "https://github.com/Vast-Unhurried/dsh-toolkit/issues"
},
"engines": {
"node": ">=20"
},
"files": [
"packages",
"cordis.patch.yml",
"README.md",
"README.en.md"
],
"dependencies": {
"dsh-api-balance": "file:./packages/dsh-api-balance",
"dsh-note": "file:./packages/dsh-note",
"dsh-reasoning-levels": "file:./packages/dsh-reasoning-levels",
"dsh-session-delete": "file:./packages/dsh-session-delete",
"dsh-session-nav": "file:./packages/dsh-session-nav",
"dsh-softui-skin": "file:./packages/dsh-softui-skin"
},
"dsh": {
"bundle": {
"patch": "./cordis.patch.yml"
}
},
"scripts": {}
}