{ "name": "@goodandready/dsh-tts", "version": "0.3.22", "description": "Text-to-speech for DeepSeek Harness: speak agent replies in the Web UI with a provider fallback chain (OpenAI, ElevenLabs, Google, Azure, Groq, Deepgram, OpenRouter, Edge, Piper, eSpeak).", "license": "MIT", "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" ], "keywords": [ "dsh", "dsh-plugin", "deepseek-harness", "tts", "speech", "voice", "openai", "elevenlabs", "deepgram", "openrouter" ], "repository": { "type": "git", "url": "git+https://github.com/GooDAnDReaDY/dsh-tts.git" }, "homepage": "https://github.com/GooDAnDReaDY/dsh-tts", "bugs": { "url": "https://github.com/GooDAnDReaDY/dsh-tts/issues" }, "scripts": { "test": "node --test test/*.test.mjs" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-locale", "@deepseek-ai/dsh-client-connection" ] } }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-tools": "^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/schemastery": "^3.18.1" }, "publishConfig": { "access": "public" } }