-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.51 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.51 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
63
64
65
66
{
"name": "dsh-plugin-toolbox",
"version": "1.1.0",
"description": "DeepSeek Harness web GUI toolbox: open workspace folders from the workspace row menu, and pin sessions into a dedicated area above the workspace list. Every feature is independently toggleable from its own Toolbox settings page.",
"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"
],
"dependencies": {
"@deepseek-ai/dsh-settings": "0.1.1-rc.1",
"@deepseek-ai/schemastery": "^3.18.1"
},
"dsh": {
"client": {
"platform": "web",
"inject": [],
"immediately": true
}
},
"license": "MIT",
"keywords": [
"dsh-plugin",
"deepseek-harness",
"deepseek",
"deepseek-ai",
"dsh",
"cordis",
"plugin",
"agent",
"ai",
"web-ui",
"ui-plugin",
"sidebar",
"toolbox",
"workspace",
"folder",
"session",
"pin",
"open-source",
"javascript",
"react"
],
"scripts": {
"test": "node --test",
"check": "node --check lib/index.js && node --check lib/client.js && node --test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/c-ling/dsh-plugin-toolbox.git"
},
"bugs": {
"url": "https://github.com/c-ling/dsh-plugin-toolbox/issues"
},
"homepage": "https://github.com/c-ling/dsh-plugin-toolbox#readme"
}