This repository has been archived on 2021-06-30. You can view files and clone it, but cannot push or open issues or pull requests.
node-polyglot/package.json

27 lines
704 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",
"socket.io": "^2.1.1"
}
}