{ "name": "dsh-all-usage", "version": "1.1.10", "description": "DeepSeek Harness usage dashboard with model, provider, workspace, cache, balance, and CSV insights", "repository": { "type": "git", "url": "git+https://github.com/ParticleLight/dsh-all-usage.git" }, "homepage": "https://github.com/ParticleLight/dsh-all-usage#readme", "type": "module", "engines": { "node": ">=22 <25" }, "scripts": { "build:client": "node scripts/build-client.mjs", "test": "node --test", "fixture:check": "node scripts/replay-fixture.mjs fixtures/usage-events.json", "test:runtime": "node --test test/dsh-runtime.test.js", "check:pack": "node scripts/check-package.mjs", "prepack": "npm run build:client" }, "main": "lib/index.js", "exports": { ".": { "default": "./lib/index.js" }, "./client": { "default": "./lib/client.js" }, "./package.json": "./package.json" }, "dsh": { "compatibility": { "runtime": ">=0.1.1-rc.1 <0.1.5-0 || >=0.1.5-rc.1 <0.1.6-0", "verified": ["0.1.5-rc.1", "0.1.1-rc.2", "0.1.1-rc.1"] }, "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [ "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-client-ui-slots", "@deepseek-ai/dsh-client-ui-sidebar" ], "platform": "web" } }, "files": [ "lib/index.js", "lib/plugin.js", "lib/aggregation.js", "lib/ledger.js", "lib/session-sync.js", "lib/pricing-runtime.js", "lib/balance.js", "lib/http.js", "lib/client.js", "lib/pricing.js", "lib/usage-core.js", "CHANGELOG.md", "cordis.patch.yml", "screenshots.json", "fixtures/usage-events.json", "scripts/replay-fixture.mjs", "assets" ], "keywords": [ "deepseek-harness", "dsh", "plugin", "usage", "stats", "heatmap", "tokens", "balance" ], "license": "MIT", "devDependencies": { "terser": "5.51.2" } }