{
  "name": "auth0-lock",
  "version": "12.0.0",
  "description": "Auth0 Lock",
  "author": "Auth0 <support@auth0.com> (http://auth0.com)",
  "license": "MIT",
  "homepage": "https://github.com/auth0/lock",
  "keywords": [
    "auth0",
    "auth",
    "openid",
    "authentication",
    "passwordless",
    "browser",
    "jwt"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/auth0/lock"
  },
  "main": "lib/index.js",
  "scripts": {
    "start": "grunt dev",
    "build": "grunt build",
    "design": "grunt design",
    "dev": "grunt dev",
    "dist": "grunt dist",
    "prepublish": "cross-env BABEL_ENV=npm grunt dist",
    "precommit": "yarn lint-staged",
    "lint": "eslint --ext .jsx,.js src/",
    "test:e2e": "cross-env BABEL_ENV=test karma start --browsers ChromeHeadless",
    "test:e2e:watch": "cross-env BABEL_ENV=test karma start --browsers Chrome --single-run=false",
    "test:e2e:browserstack": "cross-env BABEL_ENV=test karma start",
    "test": "jest --coverage --runInBand",
    "test:watch": "jest --watch --coverage",
    "test:es-check": "es-check es5 'build/*.js'",
    "publish:cdn": "ccu --trace",
    "i18n:translate": "grunt dist && node scripts/complete-translations.js && npm run i18n:prettier && npm run build",
    "i18n:prettier": "prettier --write src/i18n/*",
    "i18n:validate": "node -r esm scripts/lang-audit.js"
  },
  "devDependencies": {
    "@auth0/component-cdn-uploader": "^2.2.2",
    "@babel/core": "^7.0.0",
    "@babel/plugin-proposal-class-properties": "^7.0.0",
    "@babel/plugin-proposal-decorators": "^7.0.0",
    "@babel/plugin-proposal-do-expressions": "^7.0.0",
    "@babel/plugin-proposal-export-default-from": "^7.0.0",
    "@babel/plugin-proposal-export-namespace-from": "^7.0.0",
    "@babel/plugin-proposal-function-bind": "^7.0.0",
    "@babel/plugin-proposal-function-sent": "^7.0.0",
    "@babel/plugin-proposal-json-strings": "^7.0.0",
    "@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
    "@babel/plugin-proposal-numeric-separator": "^7.0.0",
    "@babel/plugin-proposal-optional-chaining": "^7.0.0",
    "@babel/plugin-proposal-pipeline-operator": "^7.0.0",
    "@babel/plugin-proposal-throw-expressions": "^7.0.0",
    "@babel/plugin-syntax-dynamic-import": "^7.0.0",
    "@babel/plugin-syntax-import-meta": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@babel/preset-react": "^7.0.0",
    "@cfaester/enzyme-adapter-react-18": "^0.6.0",
    "@google-cloud/translate": "^6.0.2",
    "babel-eslint": "^9.0.0",
    "babel-jest": "^29.3.1",
    "babel-loader": "8.3.0",
    "babel-plugin-stylus-compiler": "^1.4.0",
    "babel-plugin-transform-css-import-to-string": "0.0.2",
    "babel-plugin-version-inline": "^1.0.0",
    "babelify": "^10.0.0",
    "browserify": "^17.0.0",
    "bump-version": "^0.5.0",
    "chalk": "^4.1.2",
    "core-js": "^3.26.1",
    "cross-env": "^7.0.3",
    "css-loader": "^0.28.11",
    "emojic": "^1.1.17",
    "enzyme": "^3.1.1",
    "es-check": "^6.0.0",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-react": "^7.4.0",
    "esm": "^3.2.25",
    "expect.js": "^0.3.1",
    "flat": "^5.0.2",
    "glob": "^7.1.7",
    "grunt": "^1.3.0",
    "grunt-babel": "^8.0.0",
    "grunt-cli": "^0.1.13",
    "grunt-concurrent": "^2.3.1",
    "grunt-contrib-clean": "^0.7.0",
    "grunt-env": "^0.4.4",
    "grunt-exec": "^0.4.6",
    "grunt-webpack": "^5.0.0",
    "husky": "^7.0.2",
    "jest": "^29.3.1",
    "jest-environment-jsdom": "^29.3.1",
    "jest-environment-jsdom-global": "^4.0.0",
    "json-beautify": "^1.0.1",
    "karma": "^6.4.1",
    "karma-babel-preprocessor": "^8.0.2",
    "karma-browserify": "^8.1.0",
    "karma-browserstack-launcher": "^1.6.0",
    "karma-chrome-launcher": "^3.1.1",
    "karma-mocha": "^2.0.1",
    "karma-mocha-reporter": "^2.2.5",
    "lint-staged": "^11.1.4",
    "mocha": "^9.1.4",
    "node-es-module-loader": "^0.3.8",
    "prettier": "^2.4.1",
    "puppeteer": "^10.1.0",
    "react-test-renderer": "^18.2.0",
    "sinon": "^1.15.4",
    "stylus": "^0.59.0",
    "stylus-loader": "^2.3.1",
    "tmp": "^0.2.1",
    "uglify-js": "^2.7.4",
    "unminified-webpack-plugin": "^3.0.0",
    "unreleased": "^0.1.0",
    "watchify": "^4.0.0",
    "webpack": "^5.75.0",
    "webpack-cli": "^5.0.0",
    "webpack-dev-server": "^4.11.1"
  },
  "dependencies": {
    "auth0-js": "^9.20.0",
    "auth0-password-policies": "^1.0.2",
    "blueimp-md5": "^2.19.0",
    "classnames": "^2.3.2",
    "dompurify": "^2.3.12",
    "immutable": "^3.7.6",
    "jsonp": "^0.2.1",
    "password-sheriff": "^1.1.1",
    "prop-types": "^15.8.0",
    "qs": "^6.10.3",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-transition-group": "^2.2.1",
    "trim": "^1.0.1",
    "url-join": "^1.1.0",
    "validator": "^13.6.0"
  },
  "ccu": {
    "name": "lock",
    "cdn": "https://cdn.auth0.com",
    "mainBundleFile": "lock.min.js",
    "bucket": "assets.us.auth0.com",
    "localPath": "build",
    "digest": {
      "hashes": [
        "sha384"
      ],
      "extensions": [
        ".js"
      ]
    }
  },
  "jest": {
    "modulePaths": [
      "<rootDir>/src/",
      "<rootDir>/src/__tests__"
    ],
    "setupFiles": [
      "<rootDir>/src/__tests__/setup-tests.js"
    ],
    "coveragePathIgnorePatterns": [
      "/node_modules/",
      "<rootDir>/test/",
      "<rootDir>/lib/",
      "<rootDir>/src/__tests__/testUtils.js",
      "<rootDir>/src/__tests__/setup-tests.js"
    ],
    "testPathIgnorePatterns": [
      "/node_modules/",
      "<rootDir>/test/",
      "<rootDir>/lib/",
      "<rootDir>/src/__tests__/testUtils.js",
      "<rootDir>/src/__tests__/setup-tests.js"
    ],
    "coverageReporters": [
      "lcov",
      "text-summary"
    ],
    "testEnvironment": "jest-environment-jsdom-global"
  },
  "lint-staged": {
    "*.{js,jsx}": [
      "npm run lint"
    ],
    "*.{js,jsx,json}": [
      "prettier --write"
    ]
  }
}
