diff options
Diffstat (limited to 'frontend-old/node_modules/@firebase/messaging/package.json')
| -rw-r--r-- | frontend-old/node_modules/@firebase/messaging/package.json | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/frontend-old/node_modules/@firebase/messaging/package.json b/frontend-old/node_modules/@firebase/messaging/package.json new file mode 100644 index 0000000..b9f6496 --- /dev/null +++ b/frontend-old/node_modules/@firebase/messaging/package.json @@ -0,0 +1,78 @@ +{ + "name": "@firebase/messaging", + "version": "0.12.23", + "description": "", + "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", + "main": "dist/index.cjs.js", + "browser": "dist/esm/index.esm.js", + "module": "dist/esm/index.esm.js", + "sw": "dist/esm/index.sw.esm.js", + "sw-main": "dist/index.sw.cjs", + "exports": { + ".": { + "types": "./dist/index-public.d.ts", + "require": "./dist/index.cjs.js", + "module": "./dist/esm/index.esm.js", + "default": "./dist/esm/index.esm.js" + }, + "./sw": { + "types": "./dist/sw/index-public.d.ts", + "require": "./dist/index.sw.cjs", + "default": "./dist/esm/index.sw.esm.js" + }, + "./package.json": "./package.json" + }, + "typings": "./dist/index-public.d.ts", + "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,messaging}' --include-dependencies build", + "build:release": "yarn build && yarn typings:public", + "dev": "rollup -c -w", + "test": "run-p --npm-path npm test:karma type-check lint ", + "test:integration": "run-p --npm-path npm 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", + "test:debug": "karma start --browsers=Chrome --auto-watch", + "api-report": "yarn api-report:main && yarn api-report:sw && yarn api-report:api-json", + "api-report:main": "ts-node-script ../../repo-scripts/prune-dts/extract-public-api.ts --package messaging --packageRoot . --typescriptDts ./dist/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index-public.d.ts", + "api-report:sw": "ts-node-script ../../repo-scripts/prune-dts/extract-public-api.ts --package messaging-sw --packageRoot . --typescriptDts ./dist/src/index.sw.d.ts --rollupDts ./dist/sw/private.d.ts --untrimmedRollupDts ./dist/sw/internal.d.ts --publicDts ./dist/sw/index-public.d.ts", + "api-report:api-json": "api-extractor run --local --verbose", + "type-check": "tsc --noEmit", + "trusted-type-check": "tsec -p tsconfig.json --noEmit", + "typings:public": "node ../../scripts/build/use_typings.js ./dist/index-public.d.ts" + }, + "license": "Apache-2.0", + "peerDependencies": { + "@firebase/app": "0.x" + }, + "dependencies": { + "@firebase/installations": "0.6.19", + "@firebase/messaging-interop-types": "0.2.3", + "@firebase/util": "1.13.0", + "@firebase/component": "0.7.0", + "idb": "7.1.1", + "tslib": "^2.1.0" + }, + "devDependencies": { + "@firebase/app": "0.14.0", + "rollup": "2.79.2", + "rollup-plugin-typescript2": "0.36.0", + "@rollup/plugin-json": "6.1.0", + "ts-essentials": "10.0.4", + "typescript": "5.5.4" + }, + "repository": { + "directory": "packages/messaging", + "type": "git", + "url": "git+https://github.com/firebase/firebase-js-sdk.git" + }, + "bugs": { + "url": "https://github.com/firebase/firebase-js-sdk/issues" + } +} |
