mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
15 lines
324 B
JSON
15 lines
324 B
JSON
{
|
|
"name": "ds-client",
|
|
"version": "0.0.2",
|
|
"description": "A client binary to access DeepSpeech trained models.",
|
|
"license": "MPL-2.0",
|
|
"author": "Mozilla",
|
|
"main": "client.js",
|
|
"dependencies": {
|
|
"argparse": "1.0.9",
|
|
"sox-stream": "2.0.1",
|
|
"memory-stream": "0.0.3",
|
|
"deepspeech": "0.0.2"
|
|
}
|
|
}
|