{ "name": "translation", "version": "1.0.0", "description": "translates .xlf files", "bin": { "translation": "./bin/translation.js" }, "author": "justin", "license": "ISC", "dependencies": { "@google-cloud/translate": "^8.5.0", "debug": "^4.1.1", "dotenv": "^16.4.7", "path": "^0.12.7", "xlsx": "^0.18.5", "xml2js": "^0.6.2" } }