{
  "name": "@aws-amplify/auth",
  "version": "4.6.8",
  "description": "Auth category of aws-amplify",
  "main": "./lib/index.js",
  "module": "./lib-esm/index.js",
  "typings": "./lib-esm/index.d.ts",
  "react-native": {
    "./lib/index": "./lib-esm/index.js"
  },
  "sideEffects": [
    "./src/Auth.ts",
    "./lib/Auth.js",
    "./lib-esm/Auth.js",
    "./dist/aws-amplify-auth.js",
    "./dist/aws-amplify-auth.min.js"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "yarn lint --fix && jest -w 1 --coverage",
    "build-with-test": "npm test && npm run build",
    "build:cjs": "node ./build es5 && webpack && webpack --config ./webpack.config.dev.js",
    "build:esm": "node ./build es6",
    "build:cjs:watch": "node ./build es5 --watch",
    "build:esm:watch": "node ./build es6 --watch",
    "build": "npm run clean && npm run build:esm && npm run build:cjs",
    "clean": "rimraf lib-esm lib dist",
    "format": "echo \"Not implemented\"",
    "lint": "tslint '{__tests__,src}/**/*.ts'"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/aws-amplify/amplify-js.git"
  },
  "author": "Amazon Web Services",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/aws/aws-amplify/issues"
  },
  "homepage": "https://aws-amplify.github.io/",
  "dependencies": {
    "@aws-amplify/cache": "4.0.57",
    "@aws-amplify/core": "4.7.6",
    "amazon-cognito-identity-js": "5.2.10",
    "crypto-js": "^4.1.1"
  },
  "devDependencies": {
    "@jest/test-sequencer": "^24.9.0"
  },
  "jest": {
    "globals": {
      "ts-jest": {
        "diagnostics": true,
        "tsConfig": {
          "lib": [
            "es5",
            "es2015",
            "dom",
            "esnext.asynciterable",
            "es2017.object"
          ],
          "allowJs": true
        }
      }
    },
    "transform": {
      "^.+\\.(js|jsx|ts|tsx)$": "ts-jest"
    },
    "preset": "ts-jest",
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(tsx?|jsx?)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "json",
      "jsx"
    ],
    "testEnvironment": "jsdom",
    "testURL": "http://localhost/",
    "coverageThreshold": {
      "global": {
        "branches": 0,
        "functions": 0,
        "lines": 0,
        "statements": 0
      }
    },
    "coveragePathIgnorePatterns": [
      "/node_modules/",
      "dist",
      "lib",
      "lib-esm"
    ],
    "testSequencer": "./testSequencer.js"
  },
  "gitHead": "97edbbe008b5ff54790827a2f4f35ac2574a2529"
}
