{
  "name": "dsh-widgets",
  "version": "1.6.1",
  "description": "Right-hand widget rail for DeepSeek Harness Web UI: live session stats, task/context/heatmap/quote widgets, OpenCode Go quota, multi-column grid layouts (1/2/4 columns) with 2x4 long tiles, a continuous magnification wave, and per-instance sizing. Widgets are installable, reorderable and resizable from Settings > Components.",
  "type": "module",
  "main": "lib/index.js",
  "types": "lib/types/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/types/index.d.ts",
      "default": "./lib/index.js"
    },
    "./client": {
      "types": "./lib/types/client/index.d.ts",
      "default": "./lib/client.js"
    },
    "./cordis.patch.yml": "./cordis.patch.yml",
    "./package.json": "./package.json"
  },
  "files": [
    "lib/index.js",
    "lib/client.js",
    "lib/client.js.map",
    "cordis.patch.yml",
    "lib/types/**/*.d.ts",
    "CHANGELOG.md",
    "docs/screenshots/**/*.png",
    "docs/screenshots/**/*.jpeg",
    "docs/screenshots/README.md"
  ],
  "scripts": {
    "gen:registry": "node scripts/gen-registry.mjs",
    "check:registry": "node scripts/gen-registry.mjs --check",
    "build": "node scripts/gen-registry.mjs && tsdown",
    "check": "node scripts/gen-registry.mjs --check && tsc --noEmit",
    "prepare": "tsdown"
  },
  "keywords": ["deepseek-harness", "dsh", "cordis", "plugin", "web-ui", "widgets", "dashboard", "heatmap", "session-stats"],
  "license": "MIT",
  "author": "Physicolor",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Physicolor/dsh-widgets.git"
  },
  "homepage": "https://github.com/Physicolor/dsh-widgets#readme",
  "bugs": {
    "url": "https://github.com/Physicolor/dsh-widgets/issues"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "dsh": {
    "bundle": {
      "patch": "./cordis.patch.yml"
    },
    "client": {
      "platform": "web"
    }
  },
  "dependencies": {},
  "peerDependencies": {
    "@deepseek-ai/cordis": "^4.0.1",
    "@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.6"
  },
  "devDependencies": {
    "@deepseek-ai/cordis": "^4.0.1",
    "@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.6",
    "tsdown": "^0.22.2",
    "lightningcss": "^1.25.0",
    "typescript": "^5.6.0",
    "react": "^18.2.0",
    "@types/react": "~18.3.1"
  }
}