{
  "name": "dsh-claude-style",
  "description": "Claude Code Desktop theme for DeepSeek Harness (dsh) web GUI — visual & interaction overhaul",
  "version": "0.3.0",
  "type": "module",
  "main": "lib/index.js",
  "scripts": {
    "build": "node scripts/build.mjs",
    "probe": "node scripts/probe.cjs",
    "prepublishOnly": "npm run build"
  },
  "exports": {
    ".": "./lib/index.js",
    "./client": "./lib/client.js",
    "./package.json": "./package.json"
  },
  "dsh": {
    "bundle": {
      "patch": "./cordis.patch.yml"
    },
    "client": {
      "inject": [],
      "platform": "web"
    }
  },
  "files": [
    "lib",
    "skin.json",
    "cordis.patch.yml",
    "docs",
    "CHANGELOG.md",
    "README.md",
    "README.en.md",
    "LICENSE",
    "fonts/JetBrainsMonoVariable.ttf",
    "fonts/JetBrainsMonoItalicVariable.ttf",
    "fonts/OFL.txt",
    "fonts/AUTHORS.txt"
  ],
  "keywords": [
    "dsh",
    "deepseek-harness",
    "dsh-plugin",
    "cordis",
    "web-ui",
    "theme",
    "claude",
    "claude-code",
    "desktop-theme",
    "anthropic",
    "editorial"
  ],
  "license": "MIT",
  "author": "Nwflower",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Nwflower/dsh-claude-style.git"
  },
  "homepage": "https://github.com/Nwflower/dsh-claude-style#readme",
  "bugs": {
    "url": "https://github.com/Nwflower/dsh-claude-style/issues"
  }
}
