{ "name": "@local/dsh-mobile-adapt", "version": "0.1.0", "private": true, "type": "commonjs", "main": "lib/index.js", "exports": { ".": "./lib/index.js", "./client": "./lib/client.js", "./package.json": "./package.json" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [ "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-client-ui-layout" ], "platform": "web" } } }