{
  "name": "dsh-ui-liteglass",
  "version": "0.1.0",
  "description": "A lightweight appearance plugin for DeepSeek Harness: custom wallpaper, glass-like panel transparency, and accent color. Ships a host half plus a web client half in one npm package.",
  "type": "module",
  "main": "lib/index.js",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mumuer1024/dsh-ui-liteglass.git"
  },
  "homepage": "https://github.com/mumuer1024/dsh-ui-liteglass#readme",
  "bugs": {
    "url": "https://github.com/mumuer1024/dsh-ui-liteglass/issues"
  },
  "keywords": [
    "deepseek",
    "harness",
    "dsh",
    "plugin",
    "liteglass",
    "appearance",
    "wallpaper",
    "glass",
    "accent",
    "theme"
  ],
  "scripts": {
    "test": "node test/host-smoke.mjs && node test/lifecycle.mjs && node test/no-appearance.mjs",
    "prepublishOnly": "npm test"
  },
  "exports": {
    ".": "./lib/index.js",
    "./client": "./lib/client.js",
    "./package.json": "./package.json"
  },
  "files": [
    "lib",
    "cordis.patch.yml",
    "docs",
    "README.md",
    "README.zh-CN.md",
    "LICENSE"
  ],
  "dsh": {
    "bundle": {
      "patch": "./cordis.patch.yml"
    },
    "client": {
      "platform": "web",
      "inject": [
        "@deepseek-ai/dsh-client-ui-theme"
      ]
    }
  },
  "peerDependencies": {
    "@deepseek-ai/cordis": "^4.0.1"
  },
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  }
}
