-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.04 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 2.04 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": "dshcore",
"version": "0.44.0",
"description": "DeepSeek Harness Core(DHC)人格核心进化插件:心脏/情感/身体/大脑/灵魂四件套自主进化、三层记忆、自动抓取消化、心跳体检、HTTP API、内嵌鲸系桌面宠物(启动 harness 自动拉起、双向接口),并整体编译五器官(ModLens 眼睛 / at-file 左手 / genui 右手 / automation 双脚 / better-sidebar 工作台)为单插件",
"type": "module",
"main": "./dsh/index.mjs",
"exports": {
".": "./dsh/index.mjs",
"./client": "./dsh/client.js",
"./package.json": "./package.json"
},
"scripts": {
"build:client": "node build-client.mjs",
"prepublishOnly": "node release-check.mjs"
},
"keywords": [
"deepseek-harness",
"dsh",
"dsh-plugin",
"persona",
"ai-agent",
"self-evolving",
"memory",
"desktop-pet"
],
"author": "muvuula",
"repository": {
"type": "git",
"url": "https://github.com/muvuula/DeepSeek-Harness-Core.git"
},
"bugs": {
"url": "https://github.com/muvuula/DeepSeek-Harness-Core/issues"
},
"homepage": "https://github.com/muvuula/DeepSeek-Harness-Core#readme",
"dependencies": {
"@liustack/modlens": "^3.16.1",
"@omdsh-dev/dsh-genui": "git+https://github.com/omdsh-dev/dsh-genui.git",
"@dsh-external/dsh-automation": "git+https://github.com/titanwings/dsh-automation.git",
"dsh-at-file": "git+https://github.com/omdsh-dev/dsh-at-file.git",
"dsh-better-sidebar": "^0.11.0"
},
"dsh": {
"bundle": {
"patch": "./cordis.patch.yml"
},
"client": {
"platform": "web",
"immediately": true,
"inject": [
"@deepseek-ai/dsh-client-runtime",
"@deepseek-ai/dsh-client-locale",
"@deepseek-ai/dsh-client-ui-slots",
"@deepseek-ai/dsh-client-ui-input-trigger",
"@deepseek-ai/dsh-client-connection",
"@deepseek-ai/dsh-client-ui-conversation"
]
}
},
"license": "MIT",
"files": [
"dsh",
"!dsh/client.raw.js",
"cordis.patch.yml",
"README.md"
]
}