{ "name": "dsh-balance", "version": "1.2.2", "description": "DeepSeek Harness web 插件:输入框下方状态栏展示当前供应商的余额/用量 —— DeepSeek 官方余额 + 本会话花费,Kimi Coding、OpenCode Go、GLM Coding Plan 等订阅用量(支持的供应商见 README)。按 provider 判断、2 秒轮询实时切换、5 分钟缓存。", "type": "module", "main": "lib/index.js", "exports": { ".": "./lib/index.js", "./client": "./lib/client.js", "./package.json": "./package.json" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-client-ui-slots" ] } }, "files": [ "lib/index.js", "lib/client.js", "cordis.patch.yml", "dsh.plugin.json", "README.md", "LICENSE", "install.sh" ], "license": "MIT", "engines": { "node": ">=20" }, "repository": { "type": "git", "url": "https://github.com/GeekRicardo/dsh-balance" }, "peerDependencies": { "react": "^18.2.0" }, "peerDependenciesMeta": { "react": { "optional": true } }, "scripts": { "test": "node --test test/*.test.mjs" } }