{ "name": "dsh-image-router", "version": "0.2.3", "description": "DeepSeek Harness plugin: analyse images out of band with a vision model — pasted images are digested into text before admission and a describe_image tool covers image paths, all without ever changing the session's model.", "license": "MIT", "author": "zhiwuli0228", "type": "module", "main": "lib/index.js", "exports": { ".": { "default": "./lib/index.js" }, "./client": "./client/client.js", "./package.json": "./package.json" }, "files": [ "lib", "client", "cordis.patch.yml", "examples", "README.md", "LICENSE" ], "engines": { "node": ">=20" }, "scripts": { "test": "node --test", "test:local": "node test/routing.test.js" }, "keywords": [ "deepseek-harness", "dsh", "dsh-plugin", "vision", "image", "image-router", "screenshot", "ocr", "multimodal" ], "repository": { "type": "git", "url": "git+https://github.com/zhiwuli0228/dsh-image-router.git" }, "bugs": { "url": "https://github.com/zhiwuli0228/dsh-image-router/issues" }, "homepage": "https://github.com/zhiwuli0228/dsh-image-router#readme", "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [ "@deepseek-ai/dsh-client-ui-settings", "@deepseek-ai/dsh-api-remotes" ], "platform": "web" } }, "peerDependencies": { "@deepseek-ai/schemastery": "^3.18.2" }, "peerDependenciesMeta": { "@deepseek-ai/schemastery": { "optional": true } } }