{ "name": "dsh-desktop-settings", "version": "0.1.0", "description": "为 DSH 桌面版补充官方设置中缺失的几节:README 翻译(DeepL)配置与连通性自测、GitHub 加速代理(自建反向代理,默认关闭)配置与连通性自测、插件市场缓存清理,以及 DeepSeek 开放平台的充值入口。", "keywords": [ "dsh", "dsh-plugin", "deepseek-harness", "cordis", "settings", "translate", "deepl", "github-proxy", "recharge", "desktop" ], "type": "module", "main": "index.js", "exports": { ".": "./index.js", "./client": "./client.js", "./package.json": "./package.json" }, "files": [ "index.js", "client.js", "cordis.patch.yml", "host", "README.md", "README.en.md", "LICENSE", "test" ], "scripts": { "test": "node test/check.mjs" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [ "@deepseek-ai/dsh-client-ui-slots" ], "platform": "web" } }, "engines": { "node": "^22.19.0 || >=24" }, "repository": { "type": "git", "url": "git+https://github.com/VCPr0j3k7/dsh-desktop-settings.git" }, "bugs": { "url": "https://github.com/VCPr0j3k7/dsh-desktop-settings/issues" }, "homepage": "https://github.com/VCPr0j3k7/dsh-desktop-settings#readme", "author": "VCPr0j3k7", "publishConfig": { "access": "public" }, "license": "MIT" }