Files
GeekRicardo ea9c95b9af docs: description 不再逐一列供应商,改成「等」并指向 README
原文只列了 DeepSeek / Kimi Coding / OpenCode Go 三家,实际已支持七家
(另有 GLM Coding Plan、MiniMax、OpenRouter、OpenAI Codex)。描述里逐一
列会越来越长也越来越容易过时,完整清单本来就在 README 的表里。
仓库 About 同步改成同一句。
2026-08-20 18:27:06 -07:00

53 lines
1.2 KiB
JSON

{
"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"
}
}