{ "name": "@goodandready/dsh-image-gen", "version": "0.10.4", "description": "Image generation for DeepSeek Harness: a generate_image tool with pluggable providers — the FAL queue, any OpenAI-compatible images API, or a ChatGPT/Grok subscription with no API key at all. The picture is shown inline in the conversation; the model receives either a link (works with any chat model) or the image itself (needs dsh-vision-bridge or a vision-capable model).", "keywords": [ "deepseek-harness", "dsh", "dsh-plugin", "image-generation", "text-to-image", "fal", "fal.ai", "flux", "openai", "gpt-image", "grok", "aigc" ], "repository": { "type": "git", "url": "https://github.com/GooDAnDReaDY/dsh-image-gen.git" }, "homepage": "https://github.com/GooDAnDReaDY/dsh-image-gen", "bugs": { "url": "https://github.com/GooDAnDReaDY/dsh-image-gen/issues" }, "type": "module", "main": "./lib/index.js", "exports": { ".": "./lib/index.js", "./client": "./lib/client.js", "./package.json": "./package.json", "./cordis.patch.yml": "./cordis.patch.yml" }, "files": [ "lib/", "cordis.patch.yml", "README.md", "LICENSE" ], "license": "MIT", "engines": { "node": ">=20" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-locale", "@deepseek-ai/dsh-client-ui-settings" ] } }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-tools": "^0.1.0-rc.6", "@deepseek-ai/dsh-attachment": "^0.1.0-rc.6", "@deepseek-ai/dsh-credentials": "^0.1.0-rc.6", "@deepseek-ai/dsh-host-webserver": "^0.1.0-rc.6", "@deepseek-ai/dsh-settings": "^0.1.0-rc.6", "@deepseek-ai/dsh-llm": "^0.1.0-rc.6", "@deepseek-ai/dsh-system-prompt": "^0.1.0-rc.6", "@deepseek-ai/schemastery": "^3.18.1" }, "scripts": { "test": "node --test test/*.test.mjs" } }