{ "name": "dsh-neubrutalism-theme", "version": "0.1.0", "private": true, "type": "module", "description": "Out-of-tree DeepSeek Harness Web theme implementing the Neubrutalism visual system.", "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/MoriTang/dsh-neubrutalism-theme.git" }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.2", "@deepseek-ai/dsh-client-ui-theme": ">=0.1.2-alpha.2 <0.2.0" }, "peerDependenciesMeta": { "@deepseek-ai/cordis": { "optional": true }, "@deepseek-ai/dsh-client-ui-theme": { "optional": true } }, "devDependencies": { "@deepseek-ai/cordis": "link:../deepseek-harness/vendor/cordis", "@deepseek-ai/dsh-client-ui-theme": "link:../deepseek-harness/packages/client/ui-theme", "@fontsource-variable/inter": "5.3.0", "@fontsource-variable/space-grotesk": "5.3.0", "@fontsource-variable/syne": "5.3.0", "@fontsource/space-mono": "5.3.0", "@types/node": "26.1.2", "esbuild": "0.25.12", "tsx": "4.22.4", "typescript": "6.0.3" }, "exports": { ".": { "types": "./lib/types/index.d.ts", "default": "./lib/index.js" }, "./client": { "types": "./lib/types/client/index.d.ts", "default": "./lib/client.js" }, "./package.json": "./package.json" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-ui-theme" ] } }, "files": [ "lib", "cordis.patch.yml", "LICENSE", "README.md", "README.zh.md" ], "scripts": { "build": "node build.mjs && tsc -p tsconfig.build.json", "test": "node --import tsx/esm --test tests/*.test.*", "typecheck": "tsc --noEmit" } }