{ "name": "@yunmin311/dsh-universal-palette", "version": "0.2.0", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "description": "Dense translucent-glass Universal Palette for DeepSeek Harness Web — federates Commands, Models, Sessions and Conversation Hits with deterministic ranking and verified public-contract interoperability.", "license": "MIT", "type": "module", "main": "./lib/index.js", "types": "./lib/index.d.ts", "exports": { ".": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "./client": { "default": "./lib/client.js" }, "./package.json": "./package.json" }, "files": [ "lib/index.js", "lib/index.d.ts", "lib/client.js", "cordis.patch.yml", "THIRD_PARTY_NOTICES.md" ], "scripts": { "build": "tsdown -c tsdown.client.ts", "typecheck": "tsc --noEmit -p tsconfig.json", "test": "node --test --experimental-strip-types \"tests/**/*.test.ts\"", "check": "pnpm run typecheck && pnpm run test" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-api-remotes", "@deepseek-ai/dsh-api-session-controller", "@deepseek-ai/dsh-api-workspace-controller", "@deepseek-ai/dsh-client-ui-model-selection", "@deepseek-ai/dsh-client-ui-renderer", "@deepseek-ai/dsh-client-ui-layout", "@deepseek-ai/dsh-client-ui-workspace", "@deepseek-ai/dsh-client-ui-sidebar", "@deepseek-ai/dsh-client-ui-input-trigger", "@deepseek-ai/dsh-client-locale" ], "external": [] } }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.2" }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.2", "@deepseek-ai/dsh-api-remotes": "0.1.2-rc.1", "@deepseek-ai/dsh-api-session-controller": "0.1.2-rc.1", "@deepseek-ai/dsh-api-workspace-controller": "0.1.2-rc.1", "@deepseek-ai/dsh-client-locale": "0.1.2-rc.1", "@deepseek-ai/dsh-client-ui-input-trigger": "0.1.2-rc.1", "@deepseek-ai/dsh-client-ui-layout": "0.1.2-rc.1", "@deepseek-ai/dsh-client-ui-model-selection": "0.1.2-rc.1", "@deepseek-ai/dsh-client-ui-primitives": "0.1.2-rc.1", "@deepseek-ai/dsh-client-ui-renderer": "0.1.2-rc.1", "@deepseek-ai/dsh-client-ui-sidebar": "0.1.2-rc.1", "@deepseek-ai/dsh-client-ui-slots": "0.1.2-rc.1", "@deepseek-ai/dsh-client-ui-workspace": "0.1.2-rc.1", "@deepseek-ai/dsh-commands": "0.1.2-rc.1", "@deepseek-ai/dsh-session": "0.1.2-rc.1", "@playwright/test": "^1.62.1", "@types/node": "^22.10.5", "@types/react": "~18.3.1", "@types/react-dom": "18.3.7", "lightningcss": "^1.33.0", "react": "^18.2.0", "react-dom": "18.3.1", "tsdown": "^0.22.14", "typescript": "^5.7.2" }, "engines": { "node": ">=22.19.0", "dsh": "0.1.2-rc.1" }, "repository": { "type": "git", "url": "git+https://github.com/yunmin311/dsh-universal-palette.git" }, "homepage": "https://github.com/yunmin311/dsh-universal-palette#readme", "bugs": { "url": "https://github.com/yunmin311/dsh-universal-palette/issues" }, "keywords": [ "deepseek", "harness", "dsh", "dsh-plugin", "command-palette", "universal-palette", "cordis" ], "pnpm": { "onlyBuiltDependencies": [ "esbuild", "lightningcss" ] } }