{ "name": "dsh-provider-usage", "version": "0.3.13", "description": "DeepSeek Harness plugin: live account balance/usage panel for every configured LLM provider (draggable floating-ball widget, configurable refresh interval and balance thresholds)", "type": "module", "main": "lib/index.js", "exports": { ".": { "default": "./lib/index.js" }, "./client": { "default": "./lib/client.js" }, "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [] } }, "files": [ "lib", "cordis.patch.yml", "docs", "README_ZH.md" ], "license": "MIT", "author": { "name": "lizhouai", "url": "https://github.com/lizhouai" }, "homepage": "https://github.com/lizhouai/dsh-provider-usage#readme", "repository": { "type": "git", "url": "git+https://github.com/lizhouai/dsh-provider-usage.git" }, "bugs": { "url": "https://github.com/lizhouai/dsh-provider-usage/issues" }, "keywords": [ "dsh", "dsh-plugin", "deepseek-harness", "llm", "provider", "usage", "quota", "balance", "deepseek", "kimi", "moonshot" ], "engines": { "node": "^22.19.0 || >=24" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "build": "tsdown", "watch": "tsdown --watch", "test": "node --test \"test/*.test.mjs\"", "typecheck": "tsc --noEmit", "prepublishOnly": "pnpm typecheck && pnpm test && pnpm build" }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-credentials": "^0.1.2-alpha.3", "@deepseek-ai/dsh-launch-environment": "^0.1.2-alpha.3", "@deepseek-ai/dsh-settings": "^0.1.2-alpha.3", "@deepseek-ai/dsh-typert-protocol": "^0.1.2-alpha.3", "@deepseek-ai/schemastery": "^3.18.1", "react": "^18.2.0" }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-credentials": "0.1.2-alpha.3", "@deepseek-ai/dsh-launch-environment": "0.1.2-alpha.3", "@deepseek-ai/dsh-settings": "0.1.2-alpha.3", "@deepseek-ai/dsh-typert-protocol": "0.1.2-alpha.3", "@deepseek-ai/schemastery": "^3.18.1", "@types/node": "^24.13.3", "@types/react": "~18.3.1", "@types/react-dom": "^18.3.7", "react": "^18.2.0", "react-dom": "^18.2.0", "tsdown": "^0.22.14", "typescript": "^5.6.0" } }