{ "name": "dsh-team-panel", "version": "0.2.1", "description": "核算团队各项目 Token 用量的 DSH 插件:每人在自己的 DSH 上选定一个要监测的项目,插件只统计该项目的真实用量并汇总到自建团队服务器;面板常驻侧栏底部,逐人展示所选项目、消耗 Token 与最后消耗时间,并用峰/谷圆标标出 DeepSeek 当前计费时段。", "keywords": [ "dsh", "dsh-plugin", "deepseek-harness", "deepseek", "team", "token", "usage", "peak-valley" ], "type": "module", "main": "lib/index.js", "exports": { ".": "./lib/index.js" }, "files": [ "lib", "scripts", "docs", "cordis.patch.yml", "CHANGELOG.md" ], "scripts": { "test": "node scripts/ci.mjs", "test:offline": "node scripts/entrycheck.mjs && node scripts/mounttest.mjs && node scripts/selftest.mjs && node scripts/plugintest.mjs", "hub": "node lib/team-hub.mjs", "hub:public": "node lib/team-hub.mjs --public", "info": "node scripts/hub-info.mjs", "netcheck": "node scripts/netcheck.mjs", "preview": "node scripts/serve-preview.mjs" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, "engines": { "node": ">=20" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/guooo1380/dsh-team-panel.git" }, "bugs": { "url": "https://github.com/guooo1380/dsh-team-panel/issues" }, "homepage": "https://github.com/guooo1380/dsh-team-panel#readme" }