{ "name": "dsh-landscape", "version": "0.3.0", "description": "Run a read-only capability preflight before changing or building for DeepSeek Harness.", "type": "module", "bin": { "dsh-landscape": "./src/cli.mjs" }, "exports": { ".": "./src/index.mjs", "./plugin": "./src/plugin.mjs" }, "files": [ "src", "data", "skills", "cordis.patch.yml", "README.md", "README.zh-CN.md", "LICENSE" ], "scripts": { "build": "node scripts/build-site.mjs", "check": "node scripts/check.mjs", "scan": "node scripts/scan.mjs", "test": "node --test", "validate": "node scripts/validate-data.mjs && node scripts/validate-skill.mjs", "release:check": "npm run check && npm test && npm run build && npm run validate" }, "engines": { "node": ">=22" }, "packageManager": "pnpm@11.7.0", "keywords": [ "deepseek-harness", "dsh-plugin", "deepseek", "dsh", "agent-skills", "plugin-discovery", "ecosystem", "gap-analysis", "preflight", "codex" ], "repository": { "type": "git", "url": "git+https://github.com/cyanseek/dsh-landscape.git" }, "bugs": { "url": "https://github.com/cyanseek/dsh-landscape/issues" }, "homepage": "https://cyanseek.github.io/dsh-landscape/", "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, "license": "MIT", "author": "cyanseek" }