mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
16 lines
332 B
JSON
16 lines
332 B
JSON
{
|
|
"name": "deepspeech",
|
|
"version": "0.0.1",
|
|
"description": "A client binary to access DeepSpeech trained models.",
|
|
"license": "MPL-2.0",
|
|
"author": {
|
|
"name": "Chris Lord",
|
|
"email": "contact@chrislord.net"
|
|
},
|
|
"main": "client.js",
|
|
"dependencies": {
|
|
"sox-stream": "2.0.1",
|
|
"memory-stream": "0.0.3"
|
|
}
|
|
}
|