{ "name": "dsh-windows-readiness-proof", "version": "0.1.2", "description": "Content-addressed readiness proof for sanitized DeepSeek Harness observations on managed Windows hosts", "license": "MIT", "type": "module", "main": "./index.js", "exports": { ".": "./index.js", "./proof": "./lib/windows-readiness-proof.mjs" }, "bin": { "dsh-windows-readiness-proof": "./bin/dsh-windows-readiness-proof.mjs" }, "files": [ ".codex-plugin/", ".mcp.json", "bin/", "cordis.patch.yml", "examples/", "index.js", "lib/", "mcp-server.mjs", "LICENSE", "README.md", "README.zh-CN.md", "SECURITY.md" ], "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "compatibility": { "dsh": ">=0.1.2-alpha.4", "node": ">=22", "dshReleases": { "0.1.2-alpha.4": "compatible", "0.1.2-alpha.5": "compatible", "0.1.2-rc.1": "compatible" } } }, "peerDependencies": { "@deepseek-ai/dsh-tools": "*" }, "peerDependenciesMeta": { "@deepseek-ai/dsh-tools": { "optional": true } }, "devDependencies": { "@deepseek-ai/dsh-tools": "0.1.2-rc.1" }, "scripts": { "test": "node --test test/*.test.mjs", "check": "node scripts/check.mjs", "smoke:plugin": "node test/plugin-smoke.mjs", "smoke:mcp": "node test/mcp-smoke.mjs", "smoke:dsh": "node test/dsh-runtime-smoke.mjs", "smoke:web-loader": "node test/stock-web-loader-smoke.mjs" }, "engines": { "node": ">=22" }, "repository": { "type": "git", "url": "git+https://github.com/dongsheng123132/dsh-windows-readiness-proof.git" }, "keywords": [ "deepseek-harness", "dsh", "dsh-plugin", "windows", "enterprise", "readiness", "evidence" ] }