{ "name": "dsh-2origin", "version": "0.2.1", "description": "Evidence-first 2Origin state projection, diff and immutable freeze for DeepSeek Harness", "license": "MIT", "type": "module", "main": "./index.js", "exports": { ".": "./index.js", "./state": "./lib/state.mjs" }, "bin": { "dsh-2origin": "./bin/dsh-2origin.mjs" }, "files": [ ".codex-plugin/", ".mcp.json", "index.js", "lib/", "bin/", "cordis.patch.yml", "mcp-server.mjs", "README.md", "README.zh-CN.md", "LICENSE", "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-2origin.git" }, "keywords": [ "deepseek-harness", "dsh", "dsh-plugin", "2origin", "state", "optimistic-lock" ] }