package.json 469 B

12345678910111213141516171819
  1. {
  2. "name": "dsh-voice-client",
  3. "version": "0.1.2",
  4. "description": "Voice interaction for the DeepSeek Harness Web GUI: mic input (ASR) + read-aloud (TTS), pure browser-native (Web Speech API).",
  5. "private": true,
  6. "type": "module",
  7. "main": "lib/index.js",
  8. "exports": {
  9. ".": "./lib/index.js",
  10. "./client": "./lib/client.js",
  11. "./package.json": "./package.json"
  12. },
  13. "dsh": {
  14. "client": {
  15. "platform": "web"
  16. }
  17. },
  18. "license": "MIT"
  19. }