summaryrefslogtreecommitdiff
path: root/frontend-old/node_modules/@firebase/messaging/package.json
blob: b9f6496d140c24795c36f71848991214e3acde39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
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"
  }
}