Repository URL to install this package:
|
Version:
4.1.0-1 ▾
|
vending-agent-dep
/
usr
/
local
/
lib
/
vending
/
agent
/
node_modules
/
@firebase
/
messaging
/
package.json
|
|---|
{
"name": "@firebase/messaging",
"version": "0.7.15",
"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"
},
"license": "Apache-2.0",
"peerDependencies": {
"@firebase/app": "0.x",
"@firebase/app-types": "0.x"
},
"dependencies": {
"@firebase/installations": "0.4.31",
"@firebase/messaging-types": "0.5.0",
"@firebase/util": "1.2.0",
"@firebase/component": "0.5.5",
"idb": "3.0.2",
"tslib": "^2.1.0"
},
"devDependencies": {
"@firebase/app": "0.6.29",
"rollup": "2.52.2",
"rollup-plugin-typescript2": "0.30.0",
"ts-essentials": "7.0.1",
"typescript": "4.2.2"
},
"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"
,"_resolved": "https://registry.npmjs.org/@firebase/messaging/-/messaging-0.7.15.tgz"
,"_integrity": "sha512-81t6iJtqMBJF5LHTjDhlHUpbPZOV6dKhW0TueAoON4omc0SaDXgf4nnk6JkvZRfdcuOaP8848Cv53tvZPFFAYQ=="
,"_from": "@firebase/messaging@0.7.15"
}