|
| 1 | +{ |
| 2 | + "name": "@firebase/messaging-exp", |
| 3 | + "private": true, |
| 4 | + "version": "0.0.900", |
| 5 | + "description": "", |
| 6 | + "author": "Firebase <[email protected]> (https://firebase.google.com/)", |
| 7 | + "main": "dist/index.cjs.js", |
| 8 | + "module": "dist/index.esm.js", |
| 9 | + "esm2017": "dist/index.esm2017.js", |
| 10 | + "sw": "dist/index.sw.esm5.js", |
| 11 | + "files": [ |
| 12 | + "dist" |
| 13 | + ], |
| 14 | + "scripts": { |
| 15 | + "lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'", |
| 16 | + "lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'", |
| 17 | + "build": "rollup -c && yarn api-report", |
| 18 | + "build:deps": "lerna run --scope @firebase/'{app-exp,messaging-exp}' --include-dependencies build", |
| 19 | + "dev": "rollup -c -w", |
| 20 | + "test": "run-p test:karma type-check lint ", |
| 21 | + "test:integration": "run-p test:karma type-check lint && cd ../../integration/messaging && npm run-script test", |
| 22 | + "test:ci": "node ../../scripts/run_tests_in_ci.js", |
| 23 | + "test:karma": "karma start --single-run", |
| 24 | + "test:debug": "karma start --browsers=Chrome --auto-watch", |
| 25 | + "prepare": "yarn build", |
| 26 | + "api-report": "api-extractor run --local --verbose", |
| 27 | + "type-check": "tsc --noEmit" |
| 28 | + }, |
| 29 | + "license": "Apache-2.0", |
| 30 | + "peerDependencies": { |
| 31 | + "@firebase/app-exp": "0.x", |
| 32 | + "@firebase/app-types-exp": "0.x" |
| 33 | + }, |
| 34 | + "dependencies": { |
| 35 | + "@firebase/component": "0.1.21", |
| 36 | + "@firebase/installations-exp": "0.x", |
| 37 | + "@firebase/messaging-types-exp": "0.0.900", |
| 38 | + "@firebase/util": "0.3.2", |
| 39 | + "idb": "3.0.2", |
| 40 | + "tslib": "^1.11.1" |
| 41 | + }, |
| 42 | + "devDependencies": { |
| 43 | + "rollup-plugin-json": "4.0.0", |
| 44 | + "rollup-plugin-typescript2": "0.27.0", |
| 45 | + "ts-essentials": "7.0.1", |
| 46 | + "typescript": "3.8.3" |
| 47 | + }, |
| 48 | + "repository": { |
| 49 | + "directory": "packages/messaging", |
| 50 | + "type": "git", |
| 51 | + "url": "https://github.com/firebase/firebase-js-sdk.git" |
| 52 | + }, |
| 53 | + "bugs": { |
| 54 | + "url": "https://github.com/firebase/firebase-js-sdk/issues" |
| 55 | + }, |
| 56 | + "typings": "dist/index.d.ts" |
| 57 | +} |
0 commit comments