json-autotranslate
Version:
Translate a folder of JSON files containing translations into multiple languages.
54 lines (53 loc) • 1.27 kB
JSON
{
"name": "json-autotranslate",
"description": "Translate a folder of JSON files containing translations into multiple languages.",
"version": "1.2.2",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "ts-node src/index.ts",
"build": "tsc",
"prepublishOnly": "tsc"
},
"author": {
"name": "Leo Bernard",
"url": "https://leolabs.org"
},
"keywords": [
"google-translate",
"translate",
"i18next",
"react-i18next",
"i18n"
],
"repository": {
"type": "git",
"url": "https://github.com/leolabs/json-autotranslate.git"
},
"homepage": "https://github.com/leolabs/json-autotranslate",
"files": [
"lib/*"
],
"bin": "lib/index.js",
"dependencies": {
"@google-cloud/translate": "^2.1.3",
"@types/node": "^11.10.4",
"chalk": "^2.4.2",
"commander": "^2.19.0",
"dotenv": "^6.2.0",
"flattenjs": "^1.0.4",
"inquirer": "^6.2.2",
"lodash": "^4.17.11",
"messageformat-parser": "^4.1.0",
"node-fetch": "^2.3.0",
"ts-node": "^8.0.2",
"tslint": "^5.13.1",
"typescript": "^3.3.3333"
},
"devDependencies": {
"@types/dotenv": "^6.1.0",
"@types/inquirer": "^0.0.44",
"@types/lodash": "^4.14.122",
"@types/node-fetch": "^2.1.6"
}
}