{ "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" } }