{ "name": "deepseek-better-harness", "version": "0.1.0", "description": "Better Harness evidence lanes — session, project readiness, and agent assets — as one DeepSeek Harness bundle of three routable skills.", "keywords": [ "deepseek-harness", "dsh-plugin", "agent-skill", "better-harness", "code-review", "evidence" ], "author": "guyuefangyuanl (https://github.com/guyuefangyuanl)", "repository": { "type": "git", "url": "git+https://github.com/guyuefangyuanl/deepseek-better-harness.git" }, "homepage": "https://github.com/guyuefangyuanl/deepseek-better-harness", "bugs": { "url": "https://github.com/guyuefangyuanl/deepseek-better-harness/issues" }, "type": "module", "main": "./index.js", "exports": { ".": "./index.js", "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" }, "files": [ "index.js", "cordis.patch.yml", "packages/", "README.md", "LICENSE", "NOTICE" ], "workspaces": [ "packages/*" ], "scripts": { "test": "node scripts/validate-packages.mjs", "check": "node scripts/validate-packages.mjs && node scripts/pack-dry-run.mjs", "pack:check": "node scripts/pack-dry-run.mjs" }, "engines": { "node": ">=22.19 <25" }, "license": "MIT", "publishConfig": { "access": "public" }, "peerDependencies": { "@deepseek-ai/dsh-skill": "^0.1.0-rc.6" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" } } }