{ "name": "@wycto/dsh-balance-panel", "version": "0.1.1", "description": "DeepSeek Harness plugin: 在侧边栏展示当前 DSH 中配置的所有模型 Provider 的账号余额(余额面板 + 底部快捷入口)", "type": "module", "main": "lib/host.js", "exports": { ".": "./lib/host.js", "./client": "./lib/client.js", "./package.json": "./package.json" }, "files": [ "lib/", "cordis.patch.yml", "README.md", "LICENSE" ], "scripts": { "build": "node scripts/build-client.mjs" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-client-connection", "@deepseek-ai/dsh-client-locale", "@deepseek-ai/dsh-client-ui-slots", "@deepseek-ai/dsh-client-ui-primitives", "@deepseek-ai/dsh-client-web-react" ] } }, "keywords": [ "deepseek-harness", "dsh", "plugin", "balance", "model", "llm", "余额" ], "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/wycto/dsh-model-balance.git" }, "dependencies": { "@deepseek-ai/dsh-credentials": "^0.1.0-rc.6" } }