DeepSpeech/native_client/javascript/package.json.in
2019-10-04 12:07:32 +02:00

45 lines
1.3 KiB
JSON

{
"name" : "$(PROJECT_NAME)",
"version" : "$(PROJECT_VERSION)",
"description" : "DeepSpeech NodeJS bindings",
"main" : "./index",
"bin": {
"deepspeech": "./client.js"
},
"author" : "Mozilla",
"license": "MPL-2.0",
"homepage": "https://github.com/mozilla/DeepSpeech/tree/v$(PROJECT_VERSION)#project-deepspeech",
"files": [
"README.rst",
"client.js",
"index.js",
"lib/*"
],
"bugs": {
"url": "https://github.com/mozilla/DeepSpeech/issues"
},
"repository" : {
"type" : "git",
"url" : "git://github.com/mozilla/DeepSpeech.git"
},
"binary": {
"module_name" : "deepspeech",
"module_path" : "./lib/binding/v{version}/{platform}-{arch}/{node_abi}/",
"remote_path" : "./v{version}/{configuration}/",
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz",
"host" : "https://index.taskcluster.net/v1/task/project.deepspeech.tensorflow.pip.v1.0.0-warpctc.arm/artifacts/public/"
},
"dependencies" : {
"node-pre-gyp": "0.13.x",
"argparse": "1.0.x",
"sox-stream": "2.0.x",
"memory-stream": "0.0.3",
"node-wav": "0.0.2"
},
"devDependencies": {
},
"scripts": {
"test": "node index.js"
}
}