{
  "name": "@arc-publishing/sdk-auth0-identity",
  "version": "1.94.0",
  "description": "Arc JS Identity SDK for working with Auth0",
  "keywords": [
    "identity",
    "arc",
    "washingtonpost",
    "sdk",
    "typescript"
  ],
  "author": {
    "name": "Arc Subscriptions",
    "url": "http://arcpublishing.com/"
  },
  "homepage": "https://github.com/WPMedia/arc-subs-ui/tree/master/packages/sdk-auth0-identity#readme",
  "license": "ISC",
  "main": "lib/index.js",
  "module": "lib-esm/index.esm.js",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/WPMedia/arc-subs-ui.git"
  },
  "scripts": {
    "start": "npm run build:umd && webpack-dev-server --colors --progress --host 0.0.0.0",
    "build": "npm run clean && tsc && tsc -m es6 --outDir lib-esm && webpack",
    "build:umd": "webpack",
    "clean": "shx rm -rf umd lib lib-esm lib-umd test-report.html",
    "test": "jest --colors",
    "test:ci": "JEST_JUNIT_OUTPUT=../../reports/jest/sdk-auth0-identity.xml jest --ci --colors --reporters=default --reporters=\"jest-junit\" --no-cache --runInBand",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage --colors",
    "prepare": "npm run build"
  },
  "engines": {
    "node": ">=8"
  },
  "devDependencies": {
    "@types/babel__traverse": "7.18.2",
    "@types/fetch-mock": "^7.2.2",
    "@types/jest": "^29.5.12",
    "@types/node": "^20.11.7",
    "fetch-mock": "^7.3.0",
    "html-webpack-exclude-assets-plugin": "0.0.7",
    "html-webpack-plugin": "^3.2.0",
    "jest": "^29.1.2",
    "jest-junit": "^6.4.0",
    "node-fetch": "^2.3.0",
    "shx": "^0.3.2",
    "terser-webpack-plugin": "^1.2.1",
    "ts-jest": "^29.1.2",
    "ts-loader": "^8.2.0",
    "typescript": "^5.3.3",
    "webpack": "^4.28.4",
    "webpack-cli": "^3.2.1",
    "webpack-dev-server": "^3.1.14"
  },
  "dependencies": {
    "@auth0/auth0-spa-js": "^1.13.0"
  },
  "nx": {
    "includedScripts": []
  },
  "gitHead": "b5750af66a3fa540d85a2d467c2b9e3e43749d36"
}
