{ "name": "dsh-tool-vision", "version": "0.8.1", "description": "DeepSeek Harness 外置视觉模型插件:inspect_image 把本地图片或 http(s) 图片 URL 发给任意 OpenAI 兼容端点,视觉模型看图的文字回答直接带回对话;附 Web UI 设置栏。", "type": "module", "main": "index.js", "scripts": { "test": "node tests/preview-regex.test.mjs && node tests/preview-route.test.mjs && node tests/auto-image.test.mjs && node --test tests/vision-tools.test.js tests/vision-tools-tools.test.js && node --test tests/settings-scope-compat.test.mjs tests/settings-atomic-write.test.mjs tests/switch-behaviour.test.mjs" }, "exports": { ".": "./index.js", "./client": "./client.js", "./package.json": "./package.json" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web" } }, "files": [ "index.js", "client.js", "cordis.patch.yml", "README.md", "README.zh.md", "LICENSE", "lib", "vendor" ], "homepage": "https://github.com/Scorp1o117/dsh-tool-vision", "keywords": [ "dsh", "dsh-plugin", "deepseek-harness", "vision", "multimodal", "image", "openai-compatible", "qwen-vl", "glm-4v", "ollama" ], "license": "MIT", "engines": { "node": ">=20.18" }, "repository": { "type": "git", "url": "git+https://github.com/Scorp1o117/dsh-tool-vision.git" }, "bugs": { "url": "https://github.com/Scorp1o117/dsh-tool-vision/issues" }, "dependencies": { "@deepseek-ai/schemastery": "^3.18.1" }, "peerDependencies": { "react": "^18.2.0", "@deepseek-ai/dsh-settings": "^0.1.0-rc.7 || ^0.1.1-rc.1 || ^0.1.2-rc.1 || ^0.1.5-rc.1", "@deepseek-ai/dsh-tools": "^0.1.0-rc.7 || ^0.1.1-rc.1 || ^0.1.2-rc.1 || ^0.1.5-rc.1" }, "optionalDependencies": { "potrace": "^2.1.8", "puppeteer-core": "^25.6.0", "sharp": ">=0.35.3 <1" } }