{ "name": "dsh-llm-vision", "description": "Model-facing describe_image + extract_text tools for the DeepSeek Harness web GUI: gives a text-only model reliable image understanding and OCR through an OpenAI-compatible vision endpoint, with critical-inspection prompts, auto-preprocessing, retries, and a persistent answer cache.", "version": "0.3.2", "type": "module", "packageManager": "pnpm@11.7.0", "engines": { "node": "^22.19.0 || >=24.0.0", "dsh": ">=0.1.2-alpha.1" }, "main": "lib/index.js", "types": "lib/types/index.d.ts", "exports": { ".": { "types": "./lib/types/index.d.ts", "default": "./lib/index.js" }, "./invariant": { "types": "./lib/types/invariant.d.ts", "default": "./lib/invariant.js" }, "./client": { "types": "./lib/types/client/index.d.ts", "default": "./lib/client.js" }, "./package.json": "./package.json" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [ "@deepseek-ai/dsh-client-locale", "@deepseek-ai/dsh-client-store", "@deepseek-ai/dsh-client-ui-conversation", "@deepseek-ai/dsh-client-ui-settings", "@deepseek-ai/dsh-client-ui-slots" ], "platform": "web" } }, "scripts": { "build": "tsc -b && tsdown", "bundle": "tsdown", "watch": "tsdown --watch", "typecheck": "tsc -b --pretty false && tsc -p tsconfig.vitest.json --pretty false", "test": "vitest run", "test:watch": "vitest" }, "dependencies": { "schemastery": "^3.18.0" }, "peerDependencies": { "react": "^18.2.0" }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/cordis-plugin-include": "^1.0.6", "@deepseek-ai/cordis-plugin-loader": "^1.0.2", "@deepseek-ai/dsh-agent": "^0.1.0-rc.6", "@deepseek-ai/dsh-attachment": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-locale": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-conversation": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-settings": "^0.1.2-alpha.2", "@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.6", "@deepseek-ai/dsh-credentials": "^0.1.0-rc.6", "@deepseek-ai/dsh-launch-environment": "^0.1.0-rc.6", "@deepseek-ai/dsh-llm": "^0.1.0-rc.6", "@deepseek-ai/dsh-settings": "0.1.2-alpha.2", "@deepseek-ai/dsh-system-prompt": "^0.1.0-rc.6", "@deepseek-ai/dsh-tools": "^0.1.0-rc.6", "@types/node": "^22.20.0", "@types/react": "~18.3.1", "jsdom": "29.1.1", "lightningcss": "^1.29.0", "react": "^18.3.1", "tsdown": "0.22.2", "typescript": "~5.7.2", "vitest": "^3.0.0", "@deepseek-ai/dsh-client-store": "^0.1.2-alpha.2" }, "files": [ "lib/**/*.js", "lib/**/*.js.map", "lib/**/*.d.ts", "lib/**/*.d.ts.map", "src", "cordis.patch.yml", "README.md", "LICENSE", "NOTICE" ], "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/1710782766/dsh-llm-vision.git" } }