{ "name": "@andrepontesmelo/dsh-suite", "version": "0.1.1", "description": "The DSH productivity suite: plugins + agent skills for the DeepSeek Harness, installable in one command.", "license": "MIT", "type": "module", "main": "cordis.patch.yml", "scripts": { "test": "node scripts/validate.mjs" }, "files": [ "cordis.patch.yml", "skills/", "scripts/", "README.md", "LICENSE" ], "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, "dependencies": { "deep-horizon": "github:andrepontesmelo/deep-horizon#v0.2.0", "@andrepontesmelo/dsh-model-router": "github:andrepontesmelo/dsh-model-router#v0.2.1" } }