{
  "name": "@8base/web-auth0-auth-client",
  "version": "1.6.2",
  "author": "8base",
  "repository": "https://github.com/8base/sdk",
  "homepage": "https://github.com/8base/sdk/tree/master/packages/web-auth0-auth-client#readme",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "scripts": {
    "build": "../../bin/build-package.sh",
    "watch": "../../bin/watch-package.sh",
    "test": "NPM_ENV=test jest"
  },
  "dependencies": {
    "@8base/utils": "^1.6.2",
    "auth0-js": "^9.11.1",
    "jwt-decode": "^3.0.0-beta.2",
    "ramda": "^0.26.1"
  },
  "devDependencies": {
    "@types/auth0-js": "^9.10.2",
    "@types/jest": "^24.0.13",
    "@types/jwt-decode": "^2.2.1",
    "@types/node": "^12.0.2",
    "jest": "24.7.1",
    "jest-localstorage-mock": "^2.4.0",
    "prettier": "^1.16.0",
    "ts-jest": "^24.0.2",
    "typescript": "^3.4.5"
  },
  "jest": {
    "globals": {
      "ts-jest": {
        "tsConfig": "<rootDir>/tsconfig.json"
      }
    },
    "setupFiles": [
      "jest-localstorage-mock"
    ],
    "collectCoverageFrom": [
      "<rootDir>/src/**",
      "!<rootDir>/**/__tests__/**"
    ],
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx"
    ],
    "transform": {
      "^.+\\.(ts|tsx)$": "ts-jest"
    },
    "testMatch": [
      "**/__tests__/**/*.[jt]s?(x)",
      "**/?(*.)+(spec|test).[jt]s?(x)"
    ]
  },
  "license": "MIT"
}
