{ "name": "dsh-mobile-ui", "version": "0.3.1", "description": "A mobile shell for DeepSeek Harness Web — drawer navigation, full-width conversation, none of the desktop chrome.", "license": "MIT", "type": "module", "keywords": [ "dsh", "dsh-plugin", "mobile", "ui" ], "repository": { "type": "git", "url": "git+https://github.com/yuanzhenqi/dsh-mobile-ui.git" }, "bugs": { "url": "https://github.com/yuanzhenqi/dsh-mobile-ui/issues" }, "homepage": "https://github.com/yuanzhenqi/dsh-mobile-ui#readme", "exports": { ".": "./index.js", "./client": "./client.js", "./package.json": "./package.json" }, "files": [ "client.js", "index.js", "cordis.patch.yml", "README.md", "README.zh.md", "LICENSE" ], "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-client-ui-layout" ] } } }