translation-tool
Version:
A simple and practical translation tool
36 lines (35 loc) • 937 B
JSON
{
"name": "translation-tool",
"version": "2.2.2",
"description": "A simple and practical translation tool",
"main": "./bin/translate.js",
"bin": {
"fanyi": "./bin/translate",
"translate": "./bin/translate"
},
"scripts": {
"fanyi": "node translate.js",
"translate": "node translate.js"
},
"keywords": [
"translation",
"fanyi",
"翻译",
"tool"
],
"author": "wangkang",
"license": "ISC",
"dependencies": {
"colors": "^1.1.2",
"request": "^2.76.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Godlovekang/translation-tool.git"
},
"bugs": {
"url": "https://github.com/Godlovekang/translation-tool/issues"
},
"homepage": "https://github.com/Godlovekang/translation-tool#readme"
}