-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) 路 1.5 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) 路 1.5 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
{
"name": "dsh-catppuccin",
"version": "0.2.3",
"description": "馃惐 Soothing pastel theme for DeepSeek Harness: the four Catppuccin flavors (Latte, Frapp茅, Macchiato, Mocha) registered into the built-in theme runtime",
"license": "MIT",
"author": "zhijun-dai",
"repository": {
"type": "git",
"url": "git+https://github.com/zhijun-dai/Catppuccin-dsh-theme.git"
},
"keywords": [
"deepseek-harness",
"dsh",
"plugin",
"dsh-plugin",
"theme",
"catppuccin",
"skin",
"web-ui"
],
"type": "module",
"main": "lib/index.js",
"exports": {
".": "./lib/index.js",
"./client": "./lib/client.js",
"./tui-themes": "./lib/tui-themes.js",
"./package.json": "./package.json"
},
"files": [
"lib/index.js",
"lib/client.js",
"lib/tui-themes.js",
"cordis.patch.yml",
"themes"
],
"dsh": {
"bundle": {
"patch": "./cordis.patch.yml"
},
"client": {
"inject": [
"@deepseek-ai/dsh-client-runtime",
"@deepseek-ai/dsh-client-locale",
"@deepseek-ai/dsh-client-ui-theme"
],
"platform": "web",
"immediately": true
}
},
"peerDependencies": {
"react": "^18.2.0",
"@deepseek-ai/cordis": "^4.0.1",
"@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.6",
"@deepseek-ai/dsh-client-ui-theme": "^0.1.0-rc.6",
"@deepseek-ai/dsh-client-locale": "^0.1.0-rc.6",
"@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.6"
},
"scripts": {
"generate": "node scripts/gen-themes.mjs"
}
}