{
  "name": "@firebase/messaging",
  "version": "0.7.3",
  "description": "",
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "esm2017": "dist/index.esm2017.js",
  "files": ["dist"],
  "scripts": {
    "lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
    "lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
    "build": "rollup -c",
    "build:deps": "lerna run --scope @firebase/messaging --include-dependencies build",
    "dev": "rollup -c -w",
    "test": "run-p lint test:karma",
    "test:integration": "test:karma && cd ../../integration/messaging && npm run-script test",
    "test:ci": "node ../../scripts/run_tests_in_ci.js -s test:karma",
    "test:karma": "karma start --single-run",
    "test:debug": "karma start --browsers=Chrome --auto-watch",
    "prepare": "yarn build"
  },
  "license": "Apache-2.0",
  "peerDependencies": {
    "@firebase/app": "0.x",
    "@firebase/app-types": "0.x"
  },
  "dependencies": {
    "@firebase/installations": "0.4.19",
    "@firebase/messaging-types": "0.5.0",
    "@firebase/util": "0.3.4",
    "@firebase/component": "0.1.21",
    "idb": "3.0.2",
    "tslib": "^1.11.1"
  },
  "devDependencies": {
    "@firebase/app": "0.6.13",
    "rollup": "2.29.0",
    "rollup-plugin-typescript2": "0.27.3",
    "ts-essentials": "7.0.0",
    "typescript": "4.0.5"
  },
  "repository": {
    "directory": "packages/messaging",
    "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"
}
