{
  "name": "@firebase/auth-exp",
  "version": "0.0.900",
  "private": true,
  "description": "The Firebase Authenticaton component of the Firebase JS SDK.",
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
  "main": "dist/node/index.js",
  "react-native": "dist/rn/index.js",
  "browser": "dist/esm2017/index.js",
  "cordova": "dist/cordova/index.esm5.js",
  "module": "dist/esm2017/index.js",
  "webworker": "dist/index.webworker.esm5.js",
  "files": [
    "dist",
    "cordova/package.json",
    "internal/package.json",
    "react-native/package.json"
  ],
  "scripts": {
    "lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
    "lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
    "build": "rollup -c && yarn api-report",
    "build:deps": "lerna run --scope @firebase/auth-exp --include-dependencies build",
    "build:release": "rollup -c rollup.config.release.js && yarn api-report && yarn typings:public",
    "build:scripts": "tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'",
    "dev": "rollup -c -w",
    "test": "run-p lint test:all",
    "test:all": "run-p test:browser test:node",
    "test:ci": "node ../../scripts/run_tests_in_ci.js -s test:all",
    "test:integration:local": "run-s test:node:integration:local test:browser:integration:local test:webdriver",
    "test:browser": "karma start --single-run",
    "test:browser:unit": "karma start --single-run --unit",
    "test:browser:integration": "karma start --single-run --integration",
    "test:browser:integration:local": "karma start --single-run --integration --local --auto-watch",
    "test:browser:debug": "karma start --auto-watch",
    "test:browser:unit:debug": "karma start --auto-watch --unit",
    "test:cordova": "karma start --single-run --cordova",
    "test:cordova:debug": "karma start --auto-watch --cordova",
    "test:node": "run-s test:node:unit test:node:integration",
    "test:node:unit": "node ./scripts/run-node-tests.js",
    "test:node:integration": "node ./scripts/run-node-tests.js --integration",
    "test:node:integration:local": "node ./scripts/run-node-tests.js --integration --local",
    "test:webdriver": "rollup -c test/integration/webdriver/static/rollup.config.js && node ./scripts/run-node-tests.js --webdriver",
    "api-report": "api-extractor run --local --verbose",
    "predoc": "node ../../scripts/exp/remove-exp.js temp",
    "doc": "api-documenter markdown --input temp --output docs",
    "build:doc": "yarn build && yarn doc",
    "typings:public": "node ../../scripts/exp/use_typings.js ./dist/auth-exp-public.d.ts"
  },
  "peerDependencies": {
    "@firebase/app-exp": "0.x"
  },
  "dependencies": {
    "@firebase/component": "0.5.1",
    "@firebase/logger": "0.2.6",
    "@firebase/util": "1.1.0",
    "node-fetch": "2.6.1",
    "selenium-webdriver": "4.0.0-beta.1",
    "tslib": "^2.1.0"
  },
  "license": "Apache-2.0",
  "devDependencies": {
    "@firebase/app-exp": "0.0.900",
    "@rollup/plugin-json": "4.1.0",
    "rollup": "2.35.1",
    "rollup-plugin-sourcemaps": "0.6.3",
    "rollup-plugin-typescript2": "0.29.0",
    "@rollup/plugin-strip": "2.0.0",
    "typescript": "4.2.2"
  },
  "repository": {
    "directory": "packages-exp/auth-exp",
    "type": "git",
    "url": "https://github.com/firebase/firebase-js-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/firebase/firebase-js-sdk/issues"
  },
  "typings": "dist/auth-exp.d.ts",
  "nyc": {
    "extension": [
      ".ts"
    ],
    "reportDir": "./coverage/node"
  },
  "esm5": "dist/esm5/index.js"
}