36 lines
886 B
JSON
36 lines
886 B
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.24",
|
|
"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",
|
|
"express": "^4.18.2",
|
|
"webpack": "^5.75.0",
|
|
"webpack-cli": "^5.1.4"
|
|
},
|
|
"dependencies": {
|
|
"onnxruntime-web": "1.14.0"
|
|
},
|
|
"scripts": {
|
|
"build": "./scripts/build.sh",
|
|
"clean": "rm -rf dist",
|
|
"publish": "npm publish --access public"
|
|
}
|
|
}
|