UNPKG

voluptasmollitia

Version:
57 lines 1.97 kB
{ "name": "@firebase/messaging-exp", "private": true, "version": "0.0.900", "description": "", "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", "main": "dist/index.cjs.js", "browser": "dist/index.esm2017.js", "module": "dist/index.esm2017.js", "typings": "dist/index.d.ts", "sw": "dist/index.sw.esm2017.js", "files": [ "dist", "sw/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/'{app-exp,messaging-exp}' --include-dependencies build", "build:release": "rollup -c rollup.config.release.js && yarn api-report", "dev": "rollup -c -w", "test": "run-p test:karma type-check lint ", "test:integration": "run-p test:karma type-check lint && cd ../../integration/messaging && npm run-script test", "test:ci": "node ../../scripts/run_tests_in_ci.js", "test:karma": "karma start --single-run", "test:debug": "karma start --browsers=Chrome --auto-watch", "api-report": "api-extractor run --local --verbose", "type-check": "tsc --noEmit" }, "license": "Apache-2.0", "peerDependencies": { "@firebase/app-exp": "0.x" }, "dependencies": { "@firebase/component": "0.5.1", "@firebase/installations-exp": "0.0.900", "@firebase/util": "1.1.0", "idb": "3.0.2", "tslib": "^2.1.0" }, "devDependencies": { "@rollup/plugin-json": "4.1.0", "rollup-plugin-typescript2": "0.29.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" }, "esm5": "dist/index.esm.js" }