fy-meow
Version:
A terminal application which can translate English to Chinese.
30 lines (29 loc) • 652 B
JSON
{
"name": "fy-meow",
"version": "1.0.1",
"description": "A terminal application which can translate English to Chinese.",
"main": "src/index.js",
"bin": {
"fy": "src/commands/command.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"translate",
"英译汉"
],
"author": "meowrain",
"license": "MIT License",
"dependencies": {
"axios": "^1.4.0",
"chalk": "^4.1.2",
"commander": "^11.0.0",
"crypto-js": "^4.1.1",
"ora": "^5.4.1"
},
"repository": {
"type": "git",
"url": "https://github.com/meowrain/fy"
}
}