{ "name": "dsh-lineage", "version": "0.2.0", "description": "Content-addressed data and action lineage evidence for DeepSeek Harness", "license": "MIT", "type": "module", "main": "./index.js", "exports": { ".": "./index.js", "./lineage": "./lib/lineage.mjs" }, "bin": { "dsh-lineage": "./bin/dsh-lineage.mjs" }, "files": [".codex-plugin/", ".mcp.json", "index.js", "lib/", "bin/", "cordis.patch.yml", "mcp-server.mjs", "examples/", "README.md", "README.zh-CN.md", "LICENSE", "SECURITY.md"], "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, "peerDependencies": { "@deepseek-ai/dsh-tools": "*" }, "peerDependenciesMeta": { "@deepseek-ai/dsh-tools": { "optional": true } }, "devDependencies": { "@deepseek-ai/dsh-tools": "0.0.1-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-lineage.git" }, "keywords": ["deepseek-harness", "dsh", "dsh-plugin", "lineage", "provenance", "sha256", "evidence", "dag"] }