-
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) · 732 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 732 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-cazz-patent",
"description": "CazzPatent DeepSeek Harness plugin: deterministic tools wrapping the patent disclosure Python scripts. Runtime deps (@deepseek-ai/dsh-tools, dsh-shell, cordis, schemastery) are provided by the dsh installation.",
"version": "0.1.0",
"type": "module",
"main": "lib/index.js",
"exports": {
".": "./lib/index.js",
"./package.json": "./package.json"
},
"files": [
"lib",
"scripts",
"cordis.patch.yml"
],
"license": "MIT",
"scripts": {
"build": "node esbuild.config.mjs",
"prepare": "node esbuild.config.mjs"
},
"devDependencies": {
"esbuild": "^0.25.0"
},
"dsh": {
"bundle": {
"patch": "./cordis.patch.yml"
}
}
}