{ "name": "dsh-completion-guard", "version": "0.6.0", "description": "A task-contract and completion-certification layer for DeepSeek Harness.", "repository": { "type": "git", "url": "git+https://github.com/GreenLv/dsh-completion-guard.git" }, "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./domain": { "types": "./dist/domain/index.d.ts", "default": "./dist/domain/index.js" } }, "bin": { "dsh-completion-guard-host-lock": "./bin/dsh-completion-guard-host-lock.mjs" }, "files": [ "bin", "dist", "cordis.patch.yml", "README.md", "README.zh-CN.md", "LICENSE", "docs", "manifests", "CHANGELOG.md", "CHANGELOG.zh-CN.md" ], "license": "Apache-2.0", "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "engines": { "dsh": "0.1.5-rc.2 || 0.1.5-rc.1" } }, "engines": { "node": ">=22", "dsh": "0.1.5-rc.2 || 0.1.5-rc.1" }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.2", "@deepseek-ai/dsh-agent": "0.1.5-rc.2 || 0.1.5-rc.1", "@deepseek-ai/dsh-commands": "0.1.5-rc.2 || 0.1.5-rc.1", "@deepseek-ai/dsh-goal": "0.1.5-rc.2 || 0.1.5-rc.1", "@deepseek-ai/dsh-llm": "0.1.5-rc.2 || 0.1.5-rc.1", "@deepseek-ai/dsh-session": "0.1.5-rc.2 || 0.1.5-rc.1", "@deepseek-ai/dsh-tool-goal": "0.1.5-rc.2 || 0.1.5-rc.1", "@deepseek-ai/dsh-tools": "0.1.5-rc.2 || 0.1.5-rc.1" }, "peerDependenciesMeta": { "@deepseek-ai/dsh-goal": { "optional": true }, "@deepseek-ai/dsh-tool-goal": { "optional": true } }, "scripts": { "build": "tsdown", "lint": "oxlint src tests", "test": "vitest run", "test:release-pack": "node --test tests/release-pack.node.mjs", "test:stats": "node --test tests/npm-download-stats.node.mjs", "typecheck": "tsc --noEmit", "pack:check": "pnpm pack --dry-run --json" }, "devDependencies": { "@deepseek-ai/cordis": "4.0.2", "@deepseek-ai/dsh-agent": "0.1.5-rc.1", "@deepseek-ai/dsh-attachment": "0.1.5-rc.1", "@deepseek-ai/dsh-commands": "0.1.5-rc.1", "@deepseek-ai/dsh-fs": "0.1.5-rc.1", "@deepseek-ai/dsh-fs-local": "0.1.5-rc.1", "@deepseek-ai/dsh-fs-observation-policy": "0.1.5-rc.1", "@deepseek-ai/dsh-fs-sandbox": "0.1.5-rc.1", "@deepseek-ai/dsh-goal": "0.1.5-rc.1", "@deepseek-ai/dsh-goal-round-driver": "0.1.5-rc.1", "@deepseek-ai/dsh-jobs": "0.1.5-rc.1", "@deepseek-ai/dsh-jobs-local": "0.1.5-rc.1", "@deepseek-ai/dsh-llm": "0.1.5-rc.1", "@deepseek-ai/dsh-sandbox": "0.1.5-rc.1", "@deepseek-ai/dsh-sandbox-policy": "0.1.5-rc.1", "@deepseek-ai/dsh-session": "0.1.5-rc.1", "@deepseek-ai/dsh-session-projection": "0.1.5-rc.1", "@deepseek-ai/dsh-system-prompt": "0.1.5-rc.1", "@deepseek-ai/dsh-tool-fs": "0.1.5-rc.1", "@deepseek-ai/dsh-tool-goal": "0.1.5-rc.1", "@deepseek-ai/dsh-tools": "0.1.5-rc.1", "@deepseek-ai/dsh-user-approval": "0.1.5-rc.1", "@deepseek-ai/dsh-util-values": "0.1.5-rc.1", "@deepseek-ai/schemastery": "^3.18.2", "@types/node": "^22.0.0", "oxlint": "^1.20.0", "tsdown": "^0.15.0", "typescript": "^5.8.0", "vitest": "^3.2.0" }, "keywords": [ "deepseek-harness", "dsh-plugin", "task-contract", "completion-certification", "hooks", "typescript" ] }