{ "name": "dsh-inline-media-viewer", "version": "1.0.0", "description": "Persistent inline image, video, and audio previews for DeepSeek Harness Web conversations, with workspace-confined local reads and a configurable ComfyUI proxy.", "repository": { "type": "git", "url": "git+https://github.com/Wisdoverse/dsh-inline-media-viewer-plugin.git" }, "homepage": "https://github.com/Wisdoverse/dsh-inline-media-viewer-plugin#readme", "bugs": { "url": "https://github.com/Wisdoverse/dsh-inline-media-viewer-plugin/issues" }, "keywords": [ "deepseek-harness", "dsh", "dsh-plugin", "web", "plugin", "media", "image", "video", "audio", "comfyui" ], "license": "MIT", "type": "module", "main": "index.js", "exports": { ".": "./index.js", "./client": "./client/client.js", "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json", "./lib.js": "./lib.js" }, "files": [ "index.js", "lib.js", "client/", "cordis.patch.yml", "README.md", "README.zh-CN.md", "SECURITY.md", "CHANGELOG.md", "LICENSE" ], "scripts": { "test": "node test.mjs", "lint": "node --check index.js && node --check lib.js && node --check test.mjs" }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-settings": "^0.1.1-rc.2", "@deepseek-ai/schemastery": "^3.18.1" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [ "@deepseek-ai/dsh-client-connection", "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-client-ui-conversation", "@deepseek-ai/dsh-client-ui-settings", "@deepseek-ai/dsh-client-locale" ], "platform": "web" } } }