{
  "name": "dsh-vision-proxy",
  "version": "0.4.1",
  "description": "DeepSeek brain + automatic image transcription for DeepSeek Harness: a deepseek-vision provider route that transcribes attached images to text before delegating to the text-only DeepSeek adapter. Official deepseek-v4-flash-vision-exp by default (a pure-text V4-Pro brain can see images), any OpenAI-compatible VLM or local Ollama as alternatives, never hangs.",
  "private": false,
  "type": "module",
  "main": "lib/index.js",
  "files": [
    "lib",
    "cordis.patch.yml",
    "README.md",
    "README.en-US.md",
    "LICENSE",
    "scripts",
    "assets"
  ],
  "license": "MIT",
  "author": {
    "name": "Flyvhidbwo"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Flyvhidbwo/dsh-vision-proxy.git"
  },
  "homepage": "https://github.com/Flyvhidbwo/dsh-vision-proxy#readme",
  "bugs": {
    "url": "https://github.com/Flyvhidbwo/dsh-vision-proxy/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=22.19.0",
    "dsh": ">=0.1.0-rc.6"
  },
  "dsh": {
    "bundle": {
      "patch": "./cordis.patch.yml"
    }
  },
  "dependencies": {
    "schemastery": "^3.18.0"
  },
  "keywords": [
    "deepseek-harness",
    "dsh",
    "dsh-plugin",
    "plugin",
    "vision",
    "multimodal",
    "image",
    "image-understanding",
    "ocr",
    "vlm",
    "qwen",
    "dashscope"
  ],
  "optionalDependencies": {
    "sharp": "^0.34.0"
  },
  "scripts": {
    "test": "node --test \"tests/**/*.test.js\"",
    "postinstall": "node scripts/postinstall.js"
  },
  "pnpm": {
    "onlyBuiltDependencies": [
      "sharp"
    ]
  }
}
