| 12345678910111213141516171819 |
- {
- "name": "dsh-voice-client",
- "version": "0.1.2",
- "description": "Voice interaction for the DeepSeek Harness Web GUI: mic input (ASR) + read-aloud (TTS), pure browser-native (Web Speech API).",
- "private": true,
- "type": "module",
- "main": "lib/index.js",
- "exports": {
- ".": "./lib/index.js",
- "./client": "./lib/client.js",
- "./package.json": "./package.json"
- },
- "dsh": {
- "client": {
- "platform": "web"
- }
- },
- "license": "MIT"
- }
|