{ "name": "dsh-balance-tide", "version": "0.2.0", "description": "DeepSeek 余额 + 峰谷计价潮汐提示插件: 在 dsh Web UI 输入框下方显示账户余额、本会话估算消耗,并在余额前提示当前峰/谷价格档位、距下一次切换的倒计时与使用建议", "repository": { "type": "git", "url": "git+https://github.com/huanyuLv/dsh-balance-tide.git" }, "license": "MIT", "type": "module", "main": "src/index.js", "exports": { ".": "./src/index.js", "./client": "./client/client.js", "./package.json": "./package.json" }, "files": [ "src", "client", "cordis.patch.yml", "README.md", "README.zh.md" ], "scripts": { "test": "node --test" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-client-locale", "@deepseek-ai/dsh-client-ui-conversation" ] } }, "dependencies": { "@deepseek-ai/schemastery": "^3.18.1", "zod": "^4.4.3" }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-credentials": "^0.1.0-rc.6" }, "peerDependenciesMeta": { "@deepseek-ai/cordis": { "optional": true }, "@deepseek-ai/dsh-credentials": { "optional": true } }, "author": "Lv Huan Yu", "homepage": "https://github.com/huanyuLv/dsh-balance-tide#readme", "bugs": { "url": "https://github.com/huanyuLv/dsh-balance-tide/issues" }, "keywords": [ "dsh", "dsh-plugin", "deepseek-harness", "deepseek", "balance", "pricing", "peak-off-peak", "cost" ], "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" } }