Add package.json

This commit is contained in:
ifr 2018-12-03 13:03:18 +01:00 committed by GitHub
parent f869862f85
commit 52d262c367
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
{
"name": "ffmpeg-vad-streaming",
"version": "1.0.0",
"description": "Streaming inference from arbitrary source with VAD and FFmpeg",
"main": "index.js",
"scripts": {
"start": "node ./index.js"
},
"dependencies": {
"argparse": "^1.0.10",
"deepspeech": "^0.3.0",
"node-vad": "^1.1.1",
"util": "^0.11.1"
},
"license" : "MIT"
}