{
  "name": "wordreference-definition-api",
  "version": "3.0.2",
  "description": "Scrap word definitions from http://www.wordreference.com",
  "main": "index.js",
  "author": "Marcelo",
  "license": "ISC",
  "scripts": {
    "test": "mocha test/*"
  },
  "keywords": [
    "wordreference"
  ],
  "dependencies": {
    "axios": "^0.19.0",
    "cheerio": "^1.0.0-rc.3",
    "level": "^5.0.1",
    "rimraf": "^3.0.0"
  },
  "devDependencies": {
    "expect": "^24.9.0",
    "mocha": "^6.2.0"
  }
}
