{
  "name": "dsh-free-vision",
  "version": "1.0.8",
  "description": "Free vision plugin for DeepSeek Harness (dsh): image understanding for text-only models with free-tier providers (Qwen3-VL-Flash / DeepSeek-OCR / Doubao). 免费视觉插件：纯文本模型看图能力，优先免费模型（通义千问 / 硅基流动 / 豆包）。",
  "type": "module",
  "main": "./dsh/index.js",
  "exports": {
    ".": "./dsh/index.js",
    "./dsh": "./dsh/index.js",
    "./client": "./client/client.js",
    "./package.json": "./package.json"
  },
  "files": [
    "dsh",
    "client",
    "cordis.patch.yml",
    "scripts/patch-luma.mjs",
    "README.md"
  ],
  "keywords": [
    "dsh",
    "deepseek-harness",
    "plugin",
    "vision",
    "image",
    "free",
    "qwen",
    "doubao",
    "volcengine",
    "siliconflow",
    "ocr",
    "multimodal",
    "image-to-text",
    "visual"
  ],
  "license": "MIT",
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "1.25.3",
    "luma-mcp": "1.7.1",
    "@deepseek-ai/schemastery": "^3.18.1"
  },
  "dsh": {
    "bundle": {
      "patch": "./cordis.patch.yml"
    },
    "client": {
      "inject": [
        "@deepseek-ai/dsh-client-ui-settings"
      ],
      "platform": "web"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FuzzySoul/dsh-free-vision.git"
  },
  "bugs": {
    "url": "https://github.com/FuzzySoul/dsh-free-vision/issues"
  },
  "homepage": "https://github.com/FuzzySoul/dsh-free-vision#readme",
  "author": "FuzzySoul",
  "types": "./dsh/index.d.ts",
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest",
    "release": "node scripts/release.mjs",
    "postinstall": "node scripts/patch-luma.mjs"
  },
  "devDependencies": {
    "vitest": "^3.2.0"
  }
}
