{ "name": "dsh-mobile-shell", "version": "0.1.1", "description": "Mobile-adaptive DSH web UI: on narrow screens the sidebar rail is hidden and the directory opens as an overlay drawer, so the conversation gets the full width.", "type": "module", "main": "lib/index.js", "types": "lib/types/index.d.ts", "exports": { ".": { "types": "./lib/types/index.d.ts", "default": "./lib/index.js" }, "./client": { "types": "./lib/types/client/index.d.ts", "default": "./lib/client.js" }, "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" }, "files": [ "lib", "src", "assets", "cordis.patch.yml", "README.md", "LICENSE" ], "scripts": { "build": "tsc -p tsconfig.json && tsc -p tsconfig.client.json && node scripts/build-client.mjs", "verify": "tsc -p tsconfig.json --noEmit && tsc -p tsconfig.client.json --noEmit", "prepack": "npm run build" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-runtime" ] } }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-client-locale": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-conversation": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-layout": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-sidebar": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.6", "@deepseek-ai/dsh-session-log-export": "^0.1.0-rc.6", "react": "^18.2.0" }, "devDependencies": { "@deepseek-ai/dsh-session-projection": "0.1.0-rc.6", "@deepseek-ai/dsh-session-stats": "0.1.0-rc.6", "@deepseek-ai/dsh-token-meter": "0.1.0-rc.6", "@types/react": "~18.3.1", "@types/react-dom": "~18.3.0", "typescript": "^6.0.3" }, "packageManager": "pnpm@11.7.0" }