extra-amazontranslate
Version:
Translate long text from one language to another, via Amazon Translate.
46 lines (45 loc) • 1.03 kB
JSON
{
"name": "extra-amazontranslate",
"version": "1.1.17",
"description": "Translate long text from one language to another, via Amazon Translate.",
"main": "index.js",
"preferGlobal": true,
"bin": {
"amazontranslate": "index.js"
},
"scripts": {
"test": "exit"
},
"keywords": [
"extra",
"amazon",
"translate",
"long",
"text",
"language",
"aws",
"cli",
"command",
"console",
"shell"
],
"repository": {
"type": "git",
"url": "git+https://github.com/nodef/extra-amazontranslate.git"
},
"bugs": {
"url": "https://github.com/nodef/extra-amazontranslate/issues"
},
"homepage": "https://github.com/nodef/extra-amazontranslate#readme",
"author": "wolfram77@gmail.com",
"license": "MIT",
"dependencies": {
"aws-sdk": "^2.1693.0",
"boolean": "^3.2.0",
"extra-awsconfig": "^1.3.7",
"get-stdin": "^9.0.0",
"got": "^14.6.6",
"iso-639-1": "^3.1.5",
"lodash": "^4.17.23"
}
}