-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.61 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
{
"name": "dsh-plugin-usage-meter",
"version": "1.8.1",
"description": "API 用量/费用/余额仪表 — DeepSeek Harness 网页插件:按钮式用量条实时报价并显示余额;面板含按模型堆叠柱状图(当日逐小时×峰谷档位、官方调价按生效区间计价)、官方账单(platform.deepseek.com 今日/本月真实扣费)、消耗段位与梁祖分享卡片、上下文压力预警 + 一键压缩、预算提醒与检查更新/一键更新,并持久化跨会话账本。",
"license": "MIT",
"author": "fancr-code",
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": "./lib/index.js",
"./client": "./lib/client.js",
"./package.json": "./package.json"
},
"files": [
"lib/index.js",
"lib/index.d.ts",
"lib/client.js",
"lib/assets/liangzu-mascot.png",
"cordis.patch.yml",
"docs/preview-panel.png",
"docs/share-card.png"
],
"repository": {
"type": "git",
"url": "git+https://github.com/fancr-code/dsh-plugin-usage-meter.git"
},
"homepage": "https://github.com/fancr-code/dsh-plugin-usage-meter#readme",
"keywords": [
"deepseek-harness",
"dsh",
"dsh-plugin",
"plugin",
"usage",
"usage-meter",
"token-usage",
"cost",
"cost-tracking",
"billing",
"balance",
"budget",
"token",
"fee"
],
"publishConfig": {
"access": "public"
},
"dsh": {
"bundle": {
"patch": "./cordis.patch.yml"
},
"client": {
"platform": "web"
}
},
"peerDependencies": {
"react": "^18.2.0"
},
"engines": {
"node": ">=22"
}
}