-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 946 Bytes
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 946 Bytes
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
{
"name": "dsh-usage-stats",
"version": "1.0.0",
"description": "DeepSeek Harness 用量统计插件:GitHub 风格热力图、Token/缓存命中/账户余额看板、工作区别名管理",
"type": "module",
"main": "lib/index.js",
"exports": {
".": {
"default": "./lib/index.js"
},
"./client": {
"default": "./lib/client.js"
},
"./package.json": "./package.json"
},
"dsh": {
"bundle": {
"patch": "./cordis.patch.yml"
},
"client": {
"inject": [
"@deepseek-ai/dsh-client-runtime",
"@deepseek-ai/dsh-client-ui-slots",
"@deepseek-ai/dsh-client-ui-settings-general"
],
"platform": "web"
}
},
"files": [
"lib/index.js",
"lib/client.js",
"cordis.patch.yml"
],
"keywords": [
"deepseek-harness",
"dsh",
"plugin",
"usage",
"stats",
"heatmap",
"tokens",
"balance"
],
"license": "MIT"
}