{
  "name": "amplify-auth-joon",
  "version": "4.5.9",
  "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": {
    "@music-platform:registry":"https://nexus.nunu.one/repository/npm-joon-fm/"
  },
  "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": {
    "nono-aws-amplify/cache": "4.0.47",
    "nono-aws-amplify/core": "4.5.9",
    "amazon-cognito-identity-js": "5.2.10",
    "crypto-js": "^4.1.1",
    "mini-css-extract-plugin": "^2.6.1",
    "typescript": "^4.7.4",
    "webpack-utils": "^8.0.1",
    "winston": "^3.8.1"
  },
  "devDependencies": {
    "@jest/test-sequencer": "^24.9.0",
    "webpack-cli": "^4.10.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": "d3c993fc2bf9505a05837b889f4727589822f0bd"
}
