{
  "name": "riot-api-nodejs",
  "version": "2.1.0",
  "description": "A NodeJS Library for Riot Games API",
  "main": "index.js",
  "scripts": {
    "test": "npm run dev-install && tsc && tslint -c tslint.json --project tsconfig.json",
    "build": "tsc -d",
    "dev-install": "npm i && npm i typescript@1.8.10 tslint@3.15.1 typings@1.3.3 && typings install"
  },
  "dependencies": {
    "request": "^2.67.0"
  },
  "devDependencies": {},
  "keywords": [
    "riot",
    "api",
    "League of Legends",
    "riot games",
    "LOL"
  ],
  "author": "Zafix <willys58l@gmail.com>",
  "license": "MIT"
}
