-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "@lhmd/dsh-director-toolkit",
"version": "0.1.0",
"description": "DeepSeek Harness plugin that turns a 3D idea into a shootable scene brief and publish-ready showcase copy.",
"type": "module",
"main": "src/index.js",
"bin": { "dsh-director-toolkit": "scripts/director-toolkit.mjs" },
"exports": { ".": "./src/index.js", "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" },
"files": [".github", ".env.example", "src", "scripts", "tests", "examples", "docs", "playground", "cordis.patch.yml", "README.md", "README.zh.md", "LAUNCH.zh.md", "SECURITY.md", "LICENSE"],
"scripts": {
"demo": "node scripts/director-toolkit.mjs --demo",
"demo:v4": "node scripts/v4-direct.mjs examples/demo-input.md",
"demo:suite": "node scripts/generate-example-suite.mjs",
"test": "node --test tests/director-toolkit.test.mjs",
"check:release": "node scripts/check-release.mjs",
"check:package": "npm --cache /tmp/dsh-director-toolkit-npm-cache pack --dry-run --json"
},
"keywords": ["deepseek", "deepseek-harness", "dsh-plugin", "3d", "blender", "threejs", "houdini", "creative-tools"],
"license": "MIT",
"peerDependencies": { "@deepseek-ai/dsh-skill": "^0.0.1", "@deepseek-ai/dsh-tools": "^0.0.1", "cordis": "^4.0.0-rc.7" },
"dsh": { "bundle": { "patch": "./cordis.patch.yml" } }
}