{ "name": "@francescoli/dsh-quota", "version": "0.3.0", "description": "AI Quota and Token Usage Monitor for DeepSeek Harness (DeepSeek, SiliconFlow, OpenRouter, Cursor, Codex, Antigravity, Copilot, Kimi, GLM, Qwen, OpenCode)", "type": "module", "main": "lib/index.js", "exports": { ".": "./lib/index.js", "./client": "./lib/client.js", "./package.json": "./package.json" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [], "platform": "web" } }, "repository": { "type": "git", "url": "git+https://github.com/Francesco502/dsh-quota.git" }, "bugs": { "url": "https://github.com/Francesco502/dsh-quota/issues" }, "homepage": "https://github.com/Francesco502/dsh-quota#readme", "author": "Francesco502", "scripts": { "build:host": "node bundle-host.mjs", "build:client": "node bundle-client.mjs", "build": "node bundle-host.mjs && node bundle-client.mjs", "prepack": "node bundle-host.mjs && node bundle-client.mjs", "test": "node tests/run.mjs", "validate:release": "pwsh -File .github/scripts/validate-release.ps1" }, "keywords": [ "dsh", "dsh-plugin", "deepseek-harness", "quota", "token-meter", "cursor", "codex", "openai", "antigravity", "opencode-go" ], "files": [ "src", "lib", "cordis.patch.yml", "package.json", "README.md", "LICENSE" ], "license": "Apache-2.0" }