-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.07 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
{
"name": "@BlueChonk/dsh-cli-anything",
"version": "0.1.0",
"type": "module",
"description": "CLI-Anything integration for DSH - browse, install, and launch CLI-Anything harnesses",
"author": "BlueChonk",
"main": "lib/index.js",
"exports": {
".": "./lib/index.js",
"./package.json": "./package.json"
},
"files": [
"lib/",
"cordis.patch.yml",
"README.md"
],
"scripts": {
"test": "vitest run",
"test:watch": "vitest"
},
"engines": {
"node": ">=22.19"
},
"dependencies": {
"@deepseek-ai/dsh-tools": "0.0.1-rc.1",
"@deepseek-ai/schemastery": "^3.18.1"
},
"bundleDependencies": [
"@deepseek-ai/dsh-tools",
"@deepseek-ai/schemastery"
],
"devDependencies": {
"tsdown": "^0.16.0",
"vitest": "^4.1.11"
},
"dsh": {
"bundle": {
"patch": "./cordis.patch.yml"
}
},
"keywords": [
"deepseek-harness",
"dsh-plugin",
"cli-anything",
"agent-tools"
],
"repository": {
"type": "git",
"url": "git+https://github.com/BlueChonk/dsh-cli-anything.git"
},
"license": "MIT"
}