-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 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
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "dsh-plugin-peak-pricing",
"version": "1.2.0",
"description": "DeepSeek 峰谷定价时段徽章:在侧边栏设置按钮下方显示当前高峰/空闲时段与切换倒计时;侧边栏收起时点击圆点查看浮窗详情。",
"type": "module",
"main": "lib/index.js",
"exports": {
".": {
"default": "./lib/index.js"
},
"./client": {
"default": "./lib/client.js"
},
"./package.json": "./package.json"
},
"files": [
"lib/index.js",
"lib/client.js"
],
"dsh": {
"client": {
"platform": "web",
"inject": [],
"immediately": true
}
},
"license": "MIT",
"keywords": [
"dsh-plugin",
"deepseek-harness",
"dsh",
"deepseek",
"deepseek-ai",
"cordis",
"plugin",
"pricing",
"peak-pricing",
"off-peak",
"peak-off-peak",
"sidebar",
"web-ui",
"badge",
"agent",
"ai",
"devtools",
"javascript",
"react",
"ui-plugin",
"open-source"
],
"repository": {
"type": "git",
"url": "git+https://github.com/c-ling/dsh-plugin-peak-pricing.git"
},
"bugs": {
"url": "https://github.com/c-ling/dsh-plugin-peak-pricing/issues"
},
"homepage": "https://github.com/c-ling/dsh-plugin-peak-pricing#readme"
}