| 123456789101112131415161718 |
- {
- "name": "dsh-voice-server",
- "version": "0.1.0",
- "description": "Local streaming ASR for the DSH Web GUI: sherpa-onnx Zipformer recognizer behind a WebSocket route (/api/voice/asr). Fully offline.",
- "private": true,
- "type": "module",
- "main": "lib/index.js",
- "exports": {
- ".": "./lib/index.js",
- "./lib/*": "./lib/*",
- "./package.json": "./package.json"
- },
- "dependencies": {
- "sherpa-onnx-node": "^1.13.6",
- "ws": "^8.21.3"
- },
- "license": "MIT"
- }
|