{ "name": "dsh-cad-review", "version": "0.2.1", "description": "Evidence-first ASCII DXF inspection and rule-backed CAD review for DeepSeek Harness", "license": "MIT", "type": "module", "main": "./index.js", "exports": { ".": "./index.js", "./dxf": "./lib/dxf.mjs" }, "bin": { "dsh-cad-review": "./bin/dsh-cad-review.mjs" }, "files": [ ".codex-plugin/", ".mcp.json", "index.js", "lib/", "bin/", "cordis.patch.yml", "examples/", "README.md", "README.zh-CN.md", "LICENSE", "mcp-server.mjs", "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" } } }, "scripts": { "test": "node --test test/*.test.mjs", "check": "node scripts/check.mjs", "smoke:mcp": "node test/mcp-smoke.mjs", "smoke:plugin": "node test/plugin-smoke.mjs", "smoke:cli": "node bin/dsh-cad-review.mjs review test/fixtures/problematic.dxf --policy examples/strict-mm-policy.json", "smoke:dsh": "node test/dsh-runtime-smoke.mjs", "smoke:stock-web": "node test/stock-web-loader-smoke.mjs" }, "engines": { "node": ">=22" }, "repository": { "type": "git", "url": "git+https://github.com/dongsheng123132/dsh-cad-review.git" }, "keywords": [ "deepseek-harness", "dsh", "dsh-plugin", "cad", "dxf", "drawing-review", "evidence" ] }