{ "name": "@runzhliu/dsh-browser-desktop", "version": "0.1.2", "description": "Movable, resizable Chromium desktop embedded in the DeepSeek Harness Web UI through noVNC.", "license": "MIT", "type": "module", "main": "./index.js", "files": [ "client.js", "cordis.patch.yml", "index.js", "LICENSE", "README.md" ], "exports": { ".": "./index.js", "./client": "./client.js", "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-modules", "@deepseek-ai/dsh-client-ui-layout", "@deepseek-ai/dsh-client-ui-sidebar" ] } }, "repository": { "type": "git", "url": "git+https://github.com/runzhliu/deepseek-harness-docker.git", "directory": "plugins/dsh-browser-desktop" }, "homepage": "https://github.com/runzhliu/deepseek-harness-docker/tree/main/plugins/dsh-browser-desktop#readme", "bugs": { "url": "https://github.com/runzhliu/deepseek-harness-docker/issues" }, "keywords": [ "deepseek-harness", "dsh-plugin", "browser-agent", "chromium", "novnc", "vnc", "webui" ], "engines": { "node": ">=22.19" }, "publishConfig": { "access": "public" }, "dependencies": { "@deepseek-ai/schemastery": "^3.18.1" }, "peerDependencies": { "@deepseek-ai/dsh-client-modules": "^0.1.2-alpha.3", "@deepseek-ai/dsh-client-ui-layout": "^0.1.2-alpha.3", "@deepseek-ai/dsh-client-ui-sidebar": "^0.1.2-alpha.3", "react": "^18.2.0" } }