{
  "name": "@zaytt/pubg",
  "version": "3.9.1",
  "description": "A powerful Playerunknown's Battlegrounds JavaScript API Wrapper",
  "main": "src/index.js",
  "scripts": {
    "test": "npm run lint && npm run tests",
    "lint": "eslint src *.js --fix",
    "tests": "node test/index.js",
    "webpack": "webpack --config webpack.config.js",
    "docs": "jsdoc src src/matches src/playerseason README.md -t ./node_modules/minami && echo pubg.js.org > ./out/CNAME"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ickerio/pubg.js.git"
  },
  "keywords": [
    "pubg",
    "api",
    "wrapper"
  ],
  "author": "ickerio, Zaytt",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ickerio/pubg.jsissues"
  },
  "runkitExampleFilename": "docs/example.js",
  "homepage": "https://github.com/ickerio/pubg.js#readme",
  "dependencies": {
    "axios": "^0.19.0",
    "lodash.merge": "^4.6.1",
    "lodash.omit": "^4.5.0"
  },
  "devDependencies": {
    "eslint": "^4.19.1",
    "jsdoc": "^3.6.2",
    "minami": "^1.2.3",
    "uglifyjs-webpack-plugin": "^1.2.5",
    "webpack": "^3.11.0"
  },
  "directories": {
    "test": "test"
  }
}