youdao-translate-cli
Version:
a cli translate tool of you dao
31 lines (30 loc) • 583 B
JSON
{
"name": "youdao-translate-cli",
"version": "1.3.0",
"author": "cuitfanshide",
"keywords": [
"translate",
"youdao",
"language",
"cli"
],
"description": "a cli translate tool of you dao",
"repository": {
"type": "git",
"url": "git@github.com:FanShiDe/youdao-translate-cli.git"
},
"bin": {
"cts": "./Fts.js"
},
"main": "Fts.js",
"license": "MIT",
"dependencies": {
"axios": "0.18.0",
"commander": "^2.16.0",
"ora": "^2.1.0"
},
"devDependencies": {
"babel-cli": "^6.0.0",
"babel-preset-env": "^1.7.0"
}
}