{ "name": "dsh-voice-scribe", "version": "0.4.9", "description": "DSH 专属语音输入插件:点按或按住 Alt 说话、松开/再点按转文字,支持热词替换表(hot.txt)、自定义润色提示词、录音电平指示。默认本地离线识别(SenseVoice,零配置零 key、音频不出本机),自动回退浏览器 Web Speech,可选云端 ASR 与润色(复用 DSH 模型)。Voice input for DeepSeek Harness: tap or hold Alt to talk, get text in the composer — local SenseVoice by default, zero config, zero API key.", "license": "MIT", "type": "module", "main": "lib/index.js", "exports": { ".": "./lib/index.js", "./client": "./lib/client.js", "./package.json": "./package.json" }, "files": [ "lib", "cordis.patch.yml", "LICENSE", "README.md", "CHANGELOG.md", "SECURITY.md", "CONTRIBUTING.md" ], "optionalDependencies": { "sherpa-onnx-node": "^1.13.7" }, "peerDependencies": { "@deepseek-ai/dsh-llm": ">=0.1.0-rc.6 || >=0.1.1-rc.1 || >=0.1.2-alpha.0 || >=0.1.3-alpha.0 || >=0.1.5-alpha.0" }, "peerDependenciesMeta": { "@deepseek-ai/dsh-llm": { "optional": true } }, "scripts": { "test": "node tests/run-tests.cjs", "lint": "node scripts/lint.cjs", "validate": "node tests/run-tests.cjs && node scripts/lint.cjs && node scripts/security-check.cjs", "security": "node scripts/security-check.cjs" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-modules", "@deepseek-ai/dsh-client-locale" ] } }, "keywords": [ "dsh", "voice", "speech-to-text", "asr", "whisper", "voice-input" ], "publishConfig": { "access": "public" }, "engines": { "node": ">=18" }, "repository": { "type": "git", "url": "git+https://github.com/PensiveFei/dsh-voice-scribe.git" } }