63 lines
2.1 KiB
JSON
63 lines
2.1 KiB
JSON
{
|
|
"name": "@firebase/messaging-compat",
|
|
"version": "0.2.6",
|
|
"license": "Apache-2.0",
|
|
"description": "",
|
|
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
|
|
"main": "dist/index.cjs.js",
|
|
"browser": "dist/esm/index.esm2017.js",
|
|
"module": "dist/esm/index.esm2017.js",
|
|
"esm5": "dist/esm/index.esm.js",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/src/index.d.ts",
|
|
"require": "./dist/index.cjs.js",
|
|
"esm5": "./dist/esm/index.esm.js",
|
|
"default": "./dist/esm/index.esm2017.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"typings": "dist/src/index.d.ts",
|
|
"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-compat' --include-dependencies build",
|
|
"build:release": "yarn build && yarn add-compat-overloads",
|
|
"dev": "rollup -c -w",
|
|
"test": "run-p --npm-path npm test:karma",
|
|
"test:ci": "node ../../scripts/run_tests_in_ci.js",
|
|
"test:karma": "karma start --single-run",
|
|
"test:debug": "karma start --browsers=Chrome --auto-watch",
|
|
"type-check": "tsc --noEmit",
|
|
"add-compat-overloads": "ts-node-script ../../scripts/build/create-overloads.ts -i ../messaging/dist/index-public.d.ts -o dist/src/index.d.ts -a -r Messaging:MessagingCompat -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/messaging"
|
|
},
|
|
"peerDependencies": {
|
|
"@firebase/app-compat": "0.x"
|
|
},
|
|
"dependencies": {
|
|
"@firebase/messaging": "0.12.6",
|
|
"@firebase/component": "0.6.5",
|
|
"@firebase/util": "1.9.4",
|
|
"tslib": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@firebase/app-compat": "0.2.27",
|
|
"@rollup/plugin-json": "4.1.0",
|
|
"rollup-plugin-typescript2": "0.31.2",
|
|
"ts-essentials": "9.3.0",
|
|
"typescript": "4.7.4"
|
|
},
|
|
"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"
|
|
}
|
|
}
|