{ "name": "dsh-reasoning-settings", "version": "0.3.0", "description": "Reasoning effort settings and per-call subagent model routing for DeepSeek Harness custom providers", "type": "module", "main": "lib/index.js", "exports": { ".": "./lib/index.js", "./client": "./lib/client.js", "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-client-ui-settings", "@deepseek-ai/dsh-client-locale", "@deepseek-ai/dsh-client-connection", "@deepseek-ai/dsh-api-remotes" ] } }, "license": "MIT", "files": [ "lib", "cordis.patch.yml", "README.md", "README.zh-CN.md" ], "scripts": { "test": "node tests/plugin.test.mjs" } }