28 lines
731 B
JSON
28 lines
731 B
JSON
{
|
|
"name": "polyglot",
|
|
"version": "1.0.0",
|
|
"description": "Node server to run alongside https://github.com/beatriceo/polyglot",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node app.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Paoda/node-polyglot.git"
|
|
},
|
|
"author": "Team Polyglot",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Paoda/node-polyglot/issues"
|
|
},
|
|
"homepage": "https://github.com/Paoda/node-polyglot#readme",
|
|
"dependencies": {
|
|
"@google-cloud/speech": "^2.0.0",
|
|
"@google-cloud/translate": "^1.1.0",
|
|
"dotenv": "^6.0.0",
|
|
"websocket-stream": "^5.1.2",
|
|
"ws": "^6.0.0"
|
|
}
|
|
}
|