ch-e2c
Version:
中英文互译的命令行工具
29 lines (28 loc) • 603 B
JSON
{
"name": "ch-e2c",
"version": "1.0.6",
"description": "中英文互译的命令行工具",
"type": "module",
"bin": {
"e2c": "index.js"
},
"keywords": [
"翻译",
"中英文互译",
"命令行工具"
],
"author": "chenzedong <chzedong@foxmail.com>",
"license": "ISC",
"dependencies": {
"ch-e2c": "^1.0.2",
"chalk": "^5.4.1",
"cheerio": "^1.0.0-rc.3",
"commander": "^14.0.0",
"ora": "^8.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/chzedong/e2c.git"
},
"homepage": "https://github.com/chzedong/e2c#readme"
}