{
  "name": "gw2api-client",
  "version": "7.8.7",
  "description": "A javascript wrapper around the official Guild Wars 2 API",
  "main": "./src/index.js",
  "scripts": {
    "test": "jest --runInBand --forceExit",
    "lint": "standard"
  },
  "author": "queicherius@gmail.com",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/gw2efficiency/gw2api-client"
  },
  "jest": {
    "collectCoverageFrom": [
      "src/**/*.js"
    ]
  },
  "dependencies": {
    "@emotion/hash": "^0.7.0",
    "array-unique": "^0.3.2",
    "chunk": "^0.0.2",
    "debounce": "^1.2.0",
    "fast-get": "^1.0.3",
    "idb-keyval": "^3.1.0",
    "lets-fetch": "^2.2.0",
    "querystringify": "^2.0.0"
  },
  "devDependencies": {
    "babel-plugin-rewire": "^1.2.0",
    "jest": "^23.6.0",
    "mockdate": "^2.0.2",
    "redis": "^2.6.2",
    "standard": "^12.0.1"
  }
}
