{ "name": "dsh-peak-avoidance", "description": "DeepSeek Harness 高峰期模型自动切换插件:高峰前自动切到指定替代模型,高峰后切回官方模型。· Auto-switch to an alternate model before DeepSeek peak hours and back to the official model afterwards. · 本插件由 AI 全权开发,作者无编程经验,请自行测试安全性;安装说明可能含 AI 幻觉。· Developed by AI; test at your own risk; install docs may contain AI hallucinations.", "version": "0.1.0", "author": { "name": "柚木夏实", "email": "zhchw2233@outlook.com" }, "repository": { "type": "git", "url": "git+https://github.com/yuzuki-natsumi/dsh-peak-avoidance.git" }, "homepage": "https://github.com/yuzuki-natsumi/dsh-peak-avoidance", "type": "module", "main": "lib/index.js", "exports": { ".": "./lib/index.js", "./client": "./lib/client.js", "./package.json": "./package.json" }, "files": [ "lib/index.js", "lib/client.js", "cordis.patch.yml", "README.md", "README.zh.md", "LICENSE" ], "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [ "@deepseek-ai/dsh-client-runtime" ], "platform": "web" } }, "keywords": [ "deepseek-harness", "dsh", "dsh-plugin", "peak-avoidance", "model-switch", "cost-saving" ], "license": "MIT", "publishConfig": { "access": "public" }, "engines": { "node": ">=20" }, "dependencies": { "@deepseek-ai/schemastery": "^3.18.1" }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-settings": ">=0.0.1-rc.1", "@deepseek-ai/dsh-tools": ">=0.0.1-rc.1" } }