-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 789 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 789 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
{
"name": "dsh-plugin-codegraph-root",
"version": "0.1.0",
"private": true,
"type": "module",
"packageManager": "pnpm@11.7.0",
"engines": {
"node": "^22.19.0 || >=24.0.0"
},
"scripts": {
"build": "tsc -b",
"typecheck": "tsc -b",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"clean": "tsc -b --clean"
},
"devDependencies": {
"@deepseek-ai/cordis-plugin-include": "^1.0.6",
"@deepseek-ai/cordis-plugin-loader": "^1.0.2",
"@deepseek-ai/dsh-agent": "0.1.0-rc.6",
"@deepseek-ai/dsh-fs-local": "0.1.0-rc.6",
"@deepseek-ai/dsh-session": "0.1.0-rc.6",
"@types/node": "^22.10.0",
"@vitest/coverage-v8": "^4.1.8",
"typescript": "^5.9.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^4.1.8"
}
}