UNPKG

translation-ldq

Version:
35 lines (34 loc) 824 B
{ "name": "translation-ldq", "version": "1.5.4", "description": "a translation tool", "main": "./bin/translation-ldq-translate.js", "bin": { "translate": "./bin/translation-ldq-translate.js", "translation-ldq": "./bin/translation-ldq.js", "tlq": "./bin/translation-ldq.js" }, "scripts": { "translate": "node ./bin/translation-ldq-translate.js", "translation-ldq": "node ./bin/translation-ldq.js", "tlq": "node ./bin/translation-ldq.js" }, "keywords": [ "translation", "translate", "fanyi", "翻译", "tool" ], "author": "ldq-first", "license": "ISC", "dependencies": { "colors": "^1.1.2", "commander": "^2.9.0", "yargs": "^8.0.1" }, "repository": { "type": "git", "url": "https://github.com/LDQ-first/translation-ldq" } }