{
  "name": "overwatch-stats-api",
  "version": "2.1.0",
  "description": "get stats from blizzard career profile pages",
  "main": "src/index.js",
  "dependencies": {
    "cheerio": "^1.0.0-rc.2",
    "node-fetch": "^2.3.0"
  },
  "devDependencies": {
    "eslint": "^6.8.0"
  },
  "scripts": {
    "lint": "eslint src --fix",
    "types": "node scripts/types.js",
    "test": "node test/test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fatchan/overwatch-stats-api.git"
  },
  "keywords": [
    "overwatch",
    "stats",
    "api"
  ],
  "author": "fatchan",
  "license": "LGPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/fatchan/overwatch-stats-api/issues"
  },
  "homepage": "https://github.com/fatchan/overwatch-stats-api#readme",
  "runkitExampleFilename": "examples/runkit.js",
  "types": "./typings/index.d.ts",
  "directories": {
    "test": "test"
  }
}
