@ricky0123/vad-react
Version:
Powerful, user-friendly, client-side voice activity detector (VAD) for React apps
36 lines (35 loc) • 813 B
JSON
{
"name": "@ricky0123/vad-react",
"description": "Powerful, user-friendly, client-side voice activity detector (VAD) for React apps",
"keywords": [
"speech-recognition",
"wake-word-detection",
"machine-learning",
"voice-activity-detection",
"vad",
"onnx",
"voice-control",
"offline-speech-recognition",
"react"
],
"homepage": "https://github.com/ricky0123/vad",
"version": "0.0.30",
"license": "ISC",
"main": "dist/index.js",
"devDependencies": {
"@types/react": "18.0.28"
},
"dependencies": {
"onnxruntime-web": "1.14.0",
"@ricky0123/vad-web": "0.0.24"
},
"peerDependencies": {
"react": "18",
"react-dom": "18"
},
"scripts": {
"build": "tsc",
"clean": "rm -rf dist",
"publish": "npm publish --access public"
}
}