-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 774 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 774 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
{
"name": "@jhp830901/dsh-codebase-memory",
"version": "0.1.0",
"description": "codebase-memory-mcp bridge for dsh: semantic code-graph search over indexed repositories (search_graph / get_code_snippet / get_architecture / trace_path / search_code / list_projects) via a persistent stdio MCP child process.",
"type": "module",
"main": "lib/index.js",
"exports": {
".": "./lib/index.js",
"./package.json": "./package.json"
},
"files": [
"lib",
"cordis.patch.yml"
],
"license": "MIT",
"engines": {
"dsh": ">=0.0.1"
},
"dsh": {
"bundle": {
"patch": "./cordis.patch.yml"
}
},
"dependencies": {
"@deepseek-ai/dsh-tools": "^0.1.0-rc.6"
},
"peerDependencies": {
"@deepseek-ai/cordis": "^4.0.1-rc.4"
}
}