UNPKG

json-autotranslate

Version:

Translate a folder of JSON files containing translations into multiple languages.

63 lines (62 loc) 1.53 kB
{ "name": "json-autotranslate", "description": "Translate a folder of JSON files containing translations into multiple languages.", "version": "1.11.1", "main": "index.js", "license": "MIT", "scripts": { "start": "ts-node src/index.ts", "test": "jest", "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": { "@aws-sdk/client-translate": "^3.52.0", "@google-cloud/translate": "^6.0.3", "chalk": "^4.1.0", "commander": "^6.1.0", "deep-object-diff": "^1.1.0", "dotenv": "^8.2.0", "flattenjs": "^2.0.0", "html-entities": "^2.3.2", "inquirer": "^7.3.3", "lodash": "^4.17.20", "messageformat-parser": "^4.1.3", "ncp": "^2.0.0", "node-fetch": "^2.6.1" }, "devDependencies": { "@types/dotenv": "^8.2.0", "@types/inquirer": "^7.3.1", "@types/jest": "^26.0.14", "@types/lodash": "^4.14.161", "@types/ncp": "^2.0.4", "@types/node": "^14.11.2", "@types/node-fetch": "^2.5.7", "jest": "^26.4.2", "ts-jest": "^26.4.0", "ts-node": "^9.0.0", "tslint": "^6.1.3", "typescript": "^4.0.3" } }