{
  "name": "@firebase/app",
  "version": "0.3.17",
  "description": "The primary entrypoint to the Firebase JS SDK",
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
  "main": "dist/index.node.cjs.js",
  "browser": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "react-native": "dist/index.rn.cjs.js",
  "esm2017": "dist/index.esm2017.js",
  "lite": "dist/index.lite.js",
  "lite-esm2017": "dist/index.lite.esm2017.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "test": "run-p test:browser test:node",
    "test:browser": "karma start --single-run",
    "test:browser:debug": "karma start --browsers Chrome --auto-watch",
    "test:node": "TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha test/**/*.test.* --opts ../../config/mocha.node.opts",
    "prepare": "yarn build"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "@firebase/app-types": "0.3.10",
    "@firebase/util": "0.2.14",
    "tslib": "1.9.3",
    "dom-storage": "2.1.0",
    "xmlhttprequest": "1.8.0"
  },
  "devDependencies": {
    "@types/chai": "4.1.7",
    "@types/mocha": "5.2.6",
    "@types/sinon": "7.0.11",
    "chai": "4.2.0",
    "karma": "4.1.0",
    "karma-chrome-launcher": "2.2.0",
    "karma-cli": "2.0.0",
    "karma-coverage-istanbul-reporter": "2.0.5",
    "karma-firefox-launcher": "1.1.0",
    "karma-mocha": "1.3.0",
    "karma-sauce-launcher": "1.2.0",
    "karma-sourcemap-loader": "0.3.7",
    "karma-spec-reporter": "0.0.32",
    "karma-webpack": "3.0.5",
    "mocha": "6.1.4",
    "npm-run-all": "4.1.5",
    "nyc": "14.0.0",
    "rollup": "1.10.1",
    "rollup-plugin-replace": "2.2.0",
    "rollup-plugin-typescript2": "0.21.0",
    "sinon": "7.3.2",
    "source-map-loader": "0.2.4",
    "ts-loader": "5.4.3",
    "ts-node": "8.1.0",
    "typescript": "3.4.5",
    "webpack": "4.30.0"
  },
  "repository": {
    "directory": "packages/app",
    "type": "git",
    "url": "https://github.com/firebase/firebase-js-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/firebase/firebase-js-sdk/issues"
  },
  "typings": "dist/index.d.ts",
  "nyc": {
    "extension": [
      ".ts"
    ],
    "reportDir": "./coverage/node"
  }
}
