{ "name": "@goodandready/dsh-voice", "version": "0.8.17", "description": "Voice input for DeepSeek Harness: dictation chunked by pauses and voice messages, each with its own provider fallback chain (Deepgram, Groq, HuggingFace, local whisper.cpp, plus any OpenAI-compatible API of your own).", "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", "voice", "stt", "dictation", "whisper", "deepgram", "groq", "openrouter", "openai-compatible" ], "repository": { "type": "git", "url": "https://github.com/GooDAnDReaDY/dsh-voice.git" }, "homepage": "https://github.com/GooDAnDReaDY/dsh-voice", "bugs": { "url": "https://github.com/GooDAnDReaDY/dsh-voice/issues" }, "scripts": { "test": "node --test test/*.test.mjs" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [] } }, "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-llm": "^0.1.0-rc.6", "@deepseek-ai/schemastery": "^3.18.1" } }