{
  "name": "soccer-ethiopia-api",
  "version": "0.3.5",
  "description": "API to fetch details about Ethiopian soccer premier league",
  "main": "index.js",
  "scripts": {
    "run": "node index.js",
    "run_debug": "node %NODE_DEBUG_OPTION% index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "Soccer",
    "API",
    "Ethiopia",
    "Football",
    "Premier",
    "League",
    "Ethiopian",
    "Premier",
    "League"
  ],
  "author": "Brook Mezgebu",
  "license": "Apache-2.0",
  "dependencies": {
    "@types/cheerio": "^0.22.14",
    "cheerio": "^1.0.0-rc.3"
  }
}
