{
  "name": "@wisdoverse/dsh-inline-media-viewer",
  "version": "1.0.11",
  "description": "Persistent inline image, video, and audio previews for DeepSeek Harness Web conversations, with workspace-confined local reads and an optional 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",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "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",
    "test:host": "node test.mjs --host",
    "lint": "node --check index.js && node --check lib.js && node --check client/client.js && node --check test.mjs"
  },
  "peerDependencies": {
    "@deepseek-ai/cordis": "^4.0.1",
    "@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"
    }
  }
}
