{
  "name": "terminal-translate",
  "version": "1.0.6",
  "description": "a tearmail-translate tool!",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ShanaMaid/terminal-translate.git"
  },
  "keywords": [
    "translate",
    "youdao",
    "baidu",
    "fanyi",
    "iciba",
    "tool",
    "command"
  ],
  "bin": {
    "tl": "./bin/translate.js",
    "translate": "./bin/translate.js"
  },
  "author": "ShanaMaid",
  "license": "MIT",
  "dependencies": {
    "chalk": "^1.1.3",
    "commander": "^2.9.0",
    "is-chinese": "^1.2.5"
  }
}
