{ "name": "@cassius0924/dsh-usage-dashboard", "version": "0.5.0", "description": "DeepSeek 额度与用量仪表盘 —— DSH (DeepSeek Harness) Web 插件:余额还能撑几天、今日/本月花了多少、哪个模型和哪个会话最贵、缓存省了多少,以及 2026-08-17 峰谷定价后的账单预估", "keywords": [ "deepseek", "dsh", "deepseek-harness", "plugin", "dashboard", "usage", "quota", "cost", "tokens" ], "homepage": "https://github.com/Cassius0924/dsh-usage-dashboard#readme", "repository": { "type": "git", "url": "git+https://github.com/Cassius0924/dsh-usage-dashboard.git" }, "bugs": { "url": "https://github.com/Cassius0924/dsh-usage-dashboard/issues" }, "author": "Cassius0924", "type": "module", "main": "lib/index.js", "types": "lib/types/index.d.ts", "exports": { ".": { "types": "./lib/types/index.d.ts", "default": "./lib/index.js" }, "./client": { "types": "./lib/types/client/index.d.ts", "default": "./lib/client.js" }, "./package.json": "./package.json" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "immediately": true, "inject": [ "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-client-locale", "@deepseek-ai/dsh-client-ui-conversation" ] } }, "files": [ "lib", "cordis.patch.yml", "README.md", "LICENSE" ], "scripts": { "build": "node build.mjs", "test": "node test/run.mjs", "typecheck": "tsc --noEmit && tsc -p tsconfig.test.json", "prepare": "node build.mjs" }, "license": "MIT", "engines": { "node": ">=20" }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.0", "react": "^18.2.0" }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@types/node": "^24.0.0", "@types/react": "^18.2.0", "esbuild": "^0.25.0", "react": "^18.2.0", "typescript": "^5.6.0" }, "publishConfig": { "access": "public" } }