{
  "name": "vision-translation-dsh",
  "version": "0.2.2",
  "description": "Native dsh (DeepSeek Harness) Cordis plugin adapter for vision-translation: grounds images into <vision-context> via the Python CLI (PROTOCOL v1). Spawns cli.py, never re-implements core logic.",
  "type": "module",
  "main": "lib/index.js",
  "exports": {
    ".": {
      "import": "./lib/index.js"
    },
    "./vision": {
      "import": "./lib/vision.js"
    },
    "./cordis.patch.yml": "./cordis.patch.yml",
    "./package.json": "./package.json"
  },
  "files": [
    "lib/",
    "python/",
    "cordis.patch.yml",
    "README.md",
    "CHANGELOG.md"
  ],
  "dsh": {
    "bundle": {
      "patch": "cordis.patch.yml"
    }
  },
  "dependencies": {
    "@deepseek-ai/schemastery": "^3.18.1"
  },
  "peerDependencies": {
    "@deepseek-ai/dsh-tools": "^0.1.0-rc.6",
    "@deepseek-ai/dsh-attachment": "^0.1.0-rc.6"
  },
  "devDependencies": {},
  "scripts": {
    "test": "node --test \"tests/**/*.test.js\"",
    "prepack": "bash scripts/bundle-core.sh",
    "smoke": "bash scripts/pre-publish-smoke.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BingL-Li/vision-translation.git",
    "directory": "adapters/dsh"
  },
  "keywords": [
    "dsh",
    "dsh-plugin",
    "deepseek-harness",
    "deepseek-harness-plugin",
    "cordis",
    "cordis-plugin",
    "vision",
    "vision-translation",
    "visual-primitives",
    "mcp",
    "grounding"
  ],
  "author": "Binglun Li (BingL-Li)",
  "license": "MIT"
}
