{
  "name": "@dougen/dsh-deepseek-usage",
  "version": "0.10.1",
  "description": "DeepSeek 余额侧边栏插件：余额（官方 API）、当前档单价与峰谷时段指示灯，支持中/英文界面。",
  "type": "module",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dougen/dsh-deepseek-usage.git"
  },
  "homepage": "https://github.com/dougen/dsh-deepseek-usage",
  "bugs": {
    "url": "https://github.com/dougen/dsh-deepseek-usage/issues"
  },
  "scripts": {
    "test": "node --test test/"
  },
  "files": [
    "lib",
    "cordis.patch.yml",
    "README.md",
    "screenshot.png"
  ],
  "exports": {
    ".": "./lib/index.js",
    "./client": "./lib/client.js",
    "./package.json": "./package.json"
  },
  "dsh": {
    "bundle": {
      "patch": "./cordis.patch.yml"
    },
    "client": {
      "platform": "web",
      "inject": [
        "slots"
      ]
    }
  },
  "peerDependencies": {
    "@deepseek-ai/dsh-credentials": "^0.1.0-rc.6",
    "@deepseek-ai/dsh-host-webserver": "^0.1.0-rc.6"
  },
  "keywords": [
    "dsh",
    "deepseek",
    "deepseek-harness",
    "plugin",
    "usage",
    "balance",
    "tokens",
    "web"
  ],
  "license": "MIT",
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  }
}
