{ "name": "dsh-theme-studio", "version": "0.6.3", "description": "Customize the dsh UI theme: 12 accent presets, dark-mode aware accents with a contrast guard, density, font family, animation toggle, and raw design-token overrides.", "type": "module", "main": "lib/index.js", "types": "lib/index.d.ts", "exports": { ".": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "./client": { "types": "./lib/client.d.ts", "default": "./lib/theme-studio.web.js" }, "./package.json": "./package.json" }, "files": [ "lib", "cordis.patch.yml", "README.md", "CHANGELOG.md" ], "keywords": [ "dsh", "dsh-plugin", "deepseek-harness", "theme", "appearance", "customization" ], "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-ui-renderer", "@deepseek-ai/dsh-client-locale", "@deepseek-ai/dsh-client-ui-settings", "@deepseek-ai/dsh-client-ui-theme" ] } }, "license": "MIT", "author": "hj01857655", "repository": { "type": "git", "url": "git+https://github.com/hj01857655/dsh-theme-studio.git" }, "bugs": { "url": "https://github.com/hj01857655/dsh-theme-studio/issues" }, "homepage": "https://github.com/hj01857655/dsh-theme-studio#readme", "engines": { "node": ">=20" }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1" }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.2", "@types/node": "^22.20.3", "@types/react": "^19.3.0", "esbuild": "^0.28.2", "react": "^19.3.0", "react-dom": "^19.3.0", "typescript": "^5.6.0" }, "scripts": { "build": "tsc -p tsconfig.json && node scripts/bundle-client.mjs", "typecheck": "tsc -p tsconfig.json --noEmit && tsc -p tsconfig.client.json", "test": "tsc -p tsconfig.json && node --test", "prepublishOnly": "npm run build && npm test" } }