-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.37 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 2.37 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
67
68
69
70
71
72
73
74
75
76
{
"name": "dsh-im-bridge",
"version": "1.0.5",
"private": true,
"description": "统一 IM 桥插件家族(monorepo):核心 dsh-im + 渠道适配器(telegram / feishu)。让 DeepSeek Harness 通过 IM 可指挥、可通知、可审批。",
"type": "module",
"workspaces": [
"packages/*"
],
"dependencies": {
"dsh-im": "^1.0.5",
"dsh-im-telegram": "^1.0.5",
"dsh-im-feishu": "^1.0.5",
"dsh-im-wecom": "^1.0.5",
"dsh-im-weixin": "^1.0.5"
},
"files": [
"cordis.patch.yml"
],
"dsh": {
"bundle": {
"patch": "./cordis.patch.yml"
}
},
"scripts": {
"test": "node --test --test-timeout=60000 \"packages/*/test/*.test.js\" \"demo/*.test.js\"",
"test:im": "node --test --test-timeout=60000 \"packages/im/test/*.test.js\"",
"test:telegram": "node --test --test-timeout=30000 \"packages/im-telegram/test/*.test.js\"",
"test:feishu": "node --test --test-timeout=30000 \"packages/im-feishu/test/*.test.js\""
},
"devDependencies": {
"@deepseek-ai/cordis": "^4.0.1",
"@deepseek-ai/dsh-agent": "^0.1.0-rc.6",
"@deepseek-ai/dsh-agent-loop": "^0.1.0-rc.6",
"@deepseek-ai/dsh-agent-loop-testkit": "^0.1.0-rc.6",
"@deepseek-ai/dsh-bash-sandbox": "^0.1.0-rc.6",
"@deepseek-ai/dsh-llm": "^0.1.0-rc.6",
"@deepseek-ai/dsh-llm-deepseek": "^0.1.0-rc.6",
"@deepseek-ai/dsh-sandbox-local": "^0.1.0-rc.6",
"@deepseek-ai/dsh-sandbox-policy": "^0.1.0-rc.6",
"@deepseek-ai/dsh-session": "^0.1.0-rc.6",
"@deepseek-ai/dsh-shell-env": "^0.1.0-rc.6",
"@deepseek-ai/dsh-subprocess-local": "^0.1.0-rc.6",
"@deepseek-ai/dsh-system-prompt": "^0.1.0-rc.6",
"@deepseek-ai/dsh-tool-bash": "^0.1.0-rc.6",
"@deepseek-ai/dsh-tools": "^0.1.0-rc.6",
"@deepseek-ai/dsh-user-approval": "^0.1.0-rc.6",
"@larksuiteoapi/node-sdk": "^1.73.0",
"@wecom/crypto": "^1.0.1"
},
"engines": {
"node": ">=22"
},
"license": "MIT",
"keywords": [
"deepseek-harness",
"dsh",
"dsh-plugin",
"im-bridge",
"feishu",
"lark",
"wecom",
"telegram",
"ai-agent",
"remote-approval"
],
"repository": {
"type": "git",
"url": "git+https://github.com/shaobeichen/dsh-im-bridge.git"
},
"bugs": {
"url": "https://github.com/shaobeichen/dsh-im-bridge/issues"
},
"homepage": "https://github.com/shaobeichen/dsh-im-bridge",
"author": "dsh-im-bridge contributors"
}