{
  "name": "eazydict-youdao",
  "version": "2.1.0",
  "description": "EazyDict 有道词典插件",
  "main": "index.js",
  "scripts": {
    "test": "npm run test:lint && npm run test:unit",
    "test:lint": "elint lint \"lib/**/*.js\" \"test/**/*.js\" defaultConfig.js index.js --fix",
    "test:unit": "NODE_ENV=testing nyc --reporter=html --reporter=text mocha \"test/**/*.js\" && nyc report --reporter=text-lcov | coveralls",
    "start": "NODE_ENV=online nyc --reporter=html --reporter=text mocha --timeout 5000 \"test/**/*.js\" && nyc report --reporter=text-lcov | coveralls",
    "beforecommit": "elint lint commit"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/keenwon/eazydict-youdao.git"
  },
  "author": {
    "name": "keenwon",
    "email": "semanwmj@gmail.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/keenwon/eazydict-youdao/issues"
  },
  "files": [
    "lib",
    "defaultConfig.js",
    "index.js"
  ],
  "keywords": [
    "eazydict",
    "dictionary",
    "translate",
    "youdao",
    "bing",
    "google",
    "terminal",
    "console",
    "linux"
  ],
  "homepage": "https://github.com/keenwon/eazydict-youdao#readme",
  "devDependencies": {
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "coveralls": "^3.0.3",
    "elint": "^1.11.0",
    "elint-preset-kw": "^1.8.1",
    "joi": "^14.3.1",
    "mocha": "^6.0.2",
    "nyc": "^13.3.0",
    "proxyquire": "^2.1.0"
  },
  "dependencies": {
    "cheerio": "^1.0.0-rc.2",
    "debug": "^4.1.1",
    "eazydict-standard-output": "^1.7.2",
    "https-proxy-agent": "^2.2.1",
    "lodash.assign": "^4.2.0",
    "node-fetch": "^2.3.0",
    "p-retry": "^4.1.0",
    "socks-proxy-agent": "^4.0.2"
  }
}
