{
  "name": "@themaxdavitt/riot-games-apis",
  "version": "0.2021.68",
  "description": "Auto-generated axios-powered Typescript Riot Games API client",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "rimraf lib && cd generator && npm install && node index.js && cpy out/openapi-3.0.0.json .. && typegen ../openapi-3.0.0.json > ../client.d.ts && tsc && cpy ../client.d.ts ../lib && cd .. && typedoc"
  },
  "repository": {
    "type": "git",
    "url": "themaxdavitt/riot-games-apis"
  },
  "keywords": [
    "api",
    "riot",
    "riot games",
    "lol",
    "league of legends",
    "tft",
    "teamfight tactics",
    "lor",
    "legends of runeterra",
    "valorant"
  ],
  "author": "Max Davitt <max@davitt.me>",
  "license": "MIT",
  "devDependencies": {
    "cpy-cli": "^3.1.1",
    "openapi-client-axios-typegen": "^3.11.2",
    "rimraf": "^3.0.2",
    "typedoc": "^0.20.25",
    "typescript": "^4.1.5"
  },
  "dependencies": {
    "axios": "^0.21.1",
    "openapi-client-axios": "^3.11.2",
    "openapi-types": "^7.2.3"
  }
}
