{ "name": "dsh-axia-cachebilling", "version": "0.6.3", "description": "虾算账:DSH 缓存账单插件 —— 上下文弹层实时算账(三档账单 + 真实事件计数 + Token 统计 + 实时汇率统一币种),价目目录自动填价", "keywords": [ "deepseek-harness", "dsh", "dsh-plugin", "billing", "cache-hit", "cost", "peak-offpeak" ], "repository": { "type": "git", "url": "git+https://github.com/Animal2404/dsh-axia-cachebilling.git" }, "author": "Animal2404", "type": "module", "main": "lib/index.js", "exports": { ".": "./lib/index.js", "./client": "./lib/client.js", "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" }, "files": [ "lib/index.js", "lib/index.js.map", "lib/client.js", "lib/client.js.map", "cordis.patch.yml", "rates.yml" ], "license": "MIT", "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-ui-settings-plugins" ] } }, "scripts": { "prepare": "node build.mjs", "build": "node build.mjs", "watch": "node build.mjs --watch" }, "devDependencies": { "@deepseek-ai/dsh-settings": "^0.1.1-rc.2", "@deepseek-ai/dsh-storage-domain": "^0.1.1-rc.2", "@deepseek-ai/schemastery": "^3.18.1", "esbuild": "^0.25.0", "yaml": "^2.9.0", "zod": "^4.4.3" } }