18 строки
361 B
JSON
18 строки
361 B
JSON
{
|
|
"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.9.3",
|
|
"node-wav": "0.0.2",
|
|
"sox-stream": "^2.0.3",
|
|
"util": "^0.11.1"
|
|
},
|
|
"license": "Public domain"
|
|
}
|