{ "name": "dsh-ivory", "version": "0.2.10", "description": "An unofficial Claude-inspired light/dark theme for DeepSeek Harness with responsive layout, safe Markdown preview, and zero telemetry.", "keywords": [ "dsh-plugin", "deepseek-harness", "dsh", "theme", "skin", "claude-inspired", "dark-mode", "accessibility", "responsive" ], "type": "module", "main": "lib/index.js", "exports": { ".": "./lib/index.js", "./client": "./lib/client.js", "./package.json": "./package.json" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [ "@deepseek-ai/dsh-client-locale", "@deepseek-ai/dsh-client-ui-renderer", "@deepseek-ai/dsh-client-ui-settings" ], "platform": "web" } }, "files": [ "lib/index.js", "lib/client.js", "README.md", "README_zh-CN.md", "LICENSE", "THIRD_PARTY_NOTICES.md", "cordis.patch.yml" ], "scripts": { "build": "node scripts/build.mjs", "check": "node scripts/release-check.mjs", "check:pack": "npm pack --dry-run --json --ignore-scripts | node scripts/verify-pack.mjs", "check:publint": "publint --level error", "test": "npm run test:markdown && npm run build && npm run check && npm run check:publint && npm run check:pack", "test:markdown": "node --test scripts/test-markdown.mjs", "qa:r2": "node scripts/qa-r2-fixes.mjs", "qa:adversarial": "node scripts/qa-adversarial.mjs", "qa:activity": "node scripts/qa-verify-activity.mjs", "qa:micro": "node scripts/qa-micro-components.mjs", "prepack": "npm run build && npm run check" }, "devDependencies": { "playwright-core": "^1.62.1", "publint": "^0.3.15" }, "engines": { "node": "^22.19.0 || >=24.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/ZJUZhiyuCai/dsh-ivory.git" }, "bugs": { "url": "https://github.com/ZJUZhiyuCai/dsh-ivory/issues" }, "homepage": "https://github.com/ZJUZhiyuCai/dsh-ivory#readme", "author": "ZJUZhiyuCai", "license": "MIT", "publishConfig": { "access": "public" }, "peerDependencies": { "@deepseek-ai/dsh-client-locale": ">=0.1.2-rc.1 <0.2.0", "@deepseek-ai/dsh-client-ui-renderer": ">=0.1.2-rc.1 <0.2.0", "@deepseek-ai/dsh-client-ui-settings": ">=0.1.2-rc.1 <0.2.0", "react": "^18.2.0" }, "peerDependenciesMeta": { "@deepseek-ai/dsh-client-locale": { "optional": true }, "@deepseek-ai/dsh-client-ui-renderer": { "optional": true }, "@deepseek-ai/dsh-client-ui-settings": { "optional": true }, "react": { "optional": true } } }