@ricky0123/vad-web
Version:
Powerful, user-friendly voice activity detector (VAD) for the browser
39 lines (38 loc) • 1.08 kB
JSON
{
"name": "@ricky0123/vad-web",
"description": "Powerful, user-friendly voice activity detector (VAD) for the browser",
"keywords": [
"speech-recognition",
"wake-word-detection",
"machine-learning",
"voice-activity-detection",
"vad",
"onnx",
"voice-control",
"offline-speech-recognition"
],
"homepage": "https://github.com/ricky0123/vad",
"version": "0.0.30",
"license": "ISC",
"main": "dist/index.js",
"unpkg": "dist/bundle.min.js",
"jsdelivr": "dist/bundle.min.js",
"devDependencies": {
"@types/audioworklet": "^0.0.36",
"@types/express": "^4.17.17",
"@web/test-runner-playwright": "^0.11.1",
"express": "^4.18.2",
"webpack": "^5.75.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"onnxruntime-web": "^1.17.0"
},
"scripts": {
"build": "./scripts/build.sh",
"clean": "rm -rf dist",
"test": "web-test-runner \"test/**/*.test.ts\" --node-resolve",
"test:manual": "web-test-runner --manual \"test/**/*.test.ts\" --node-resolve",
"release": "npm publish --access public"
}
}