{
  "name": "@jlenon7/zedjs",
  "version": "1.0.9",
  "description": "Riot API Library for NodeJS",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "lint": "tslint --project tsconfig.json",
    "lint:fix": "tslint --project tsconfig.json --fix",
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "engines": {
    "node": ">=8.6.0"
  },
  "keywords": [
    "riot",
    "lol",
    "api",
    "wrap",
    "riot games",
    "league of legends",
    "tft",
    "teamfight tactics"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/jlenon7/ZedJS"
  },
  "author": {
    "name": "João Lenon",
    "email": "lenonSec7@gmail.com",
    "url": "https://github.com/jlenon7"
  },
  "homepage": "https://github.com/jlenon7/ZedJS",
  "bugs": {
    "url": "https://github.com/jlenon7/issues"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/chai": "^4.2.1",
    "@types/dotenv": "^6.1.1",
    "@types/http-status-codes": "^1.2.0",
    "@types/lodash": "^4.14.138",
    "@types/promise-queue": "^2.2.0",
    "@types/request": "^2.48.4",
    "@types/request-promise": "^4.1.44",
    "@typescript-eslint/eslint-plugin": "^2.1.0",
    "@typescript-eslint/parser": "^2.1.0",
    "ts-node": "^8.3.0",
    "tslint": "^5.19.0",
    "tslint-config-standard": "^8.0.1",
    "typescript": "^3.8.3"
  },
  "dependencies": {
    "camelcasejs": "^1.0.3",
    "dotenv": "^8.1.0",
    "http-status-codes": "^1.3.2",
    "lodash": "^4.17.15",
    "promise-queue": "^2.2.5",
    "request": "^2.88.0",
    "request-promise": "^4.2.4"
  }
}
