{ "name": "deepspeech-nodejs_wav", "version": "1.0.0", "description": "Simple audio processing", "main": "index.js", "scripts": { "start": "node ./index.js" }, "dependencies": { "argparse": "^1.0.10", "deepspeech": "^0.6.0-alpha.8", "node-wav": "0.0.2", "sox-stream": "^2.0.3", "util": "^0.11.1" }, "license": "Public domain" }