{
	"name": "@ericedouard/vad-node-realtime",
	"description": "Powerful, user-friendly realtime voice activity detector (VAD) for node",
	"keywords": [
		"speech-recognition",
		"wake-word-detection",
		"machine-learning",
		"voice-activity-detection",
		"vad",
		"onnx",
		"voice-control",
		"offline-speech-recognition"
	],
	"homepage": "https://github.com/eric-edouard/vad-node-realtime",
	"version": "0.2.0",
	"license": "ISC",
	"main": "dist/index.js",
	"scripts": {
		"build": "./scripts/build.sh",
		"test": "mocha test/*.spec.js",
		"clean": "rm -rf dist",
		"publish": "npm publish --access public"
	},
	"devDependencies": {
		"@types/mocha": "^10.0.1",
		"chai": "^4.3.7",
		"mocha": "^10.2.0",
		"sinon": "^15.0.1",
		"wav-decoder": "^1.3.0"
	},
	"dependencies": {
		"onnxruntime-node": "^1.14.0"
	}
}
