{
  "name": "@8base/auth",
  "version": "1.6.2",
  "repository": "https://github.com/8base/sdk",
  "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/api-token-auth-client": "^1.6.2",
    "@8base/utils": "^1.6.2",
    "@8base/web-auth0-auth-client": "^1.6.2",
    "@8base/web-cognito-auth-client": "^1.6.2",
    "@8base/web-oauth-client": "^1.6.2",
    "ramda": "^0.26.1"
  },
  "devDependencies": {
    "jest": "24.7.1",
    "jest-localstorage-mock": "^2.2.0",
    "ts-jest": "^24.0.2",
    "typescript": "^3.5.1"
  },
  "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"
}
