-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 898 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 898 Bytes
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
{
"name": "dsh-plugin-dew",
"version": "0.1.0",
"description": "See what your other coding agents are doing from inside DSH: Claude Code, Codex, Cursor and DSH sessions, their state, and their scheduled tasks.",
"keywords": [
"dsh",
"dsh-plugin",
"deepseek-harness",
"cordis",
"claude-code",
"codex",
"cursor",
"agent-status"
],
"license": "MIT",
"type": "module",
"main": "lib/index.js",
"exports": {
".": "./lib/index.js",
"./package.json": "./package.json"
},
"files": [
"lib",
"cordis.patch.yml",
"README.md",
"LICENSE"
],
"dsh": {
"bundle": {
"patch": "./cordis.patch.yml"
}
},
"peerDependencies": {
"@deepseek-ai/dsh-tools": "^0.1.0-rc.5 || ^0.1.1-rc.2",
"@deepseek-ai/schemastery": "^3.18.1"
},
"engines": {
"node": ">=20"
},
"scripts": {
"test": "node --test"
}
}