UNPKG

1.38 kBJSONView Raw
1{
2 "name": "@angular/service-worker",
3 "version": "11.0.4",
4 "description": "Angular - service worker tooling!",
5 "author": "angular",
6 "license": "MIT",
7 "dependencies": {
8 "tslib": "^2.0.0"
9 },
10 "peerDependencies": {
11 "@angular/core": "11.0.4",
12 "@angular/common": "11.0.4"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/angular/angular.git",
17 "directory": "packages/service-worker"
18 },
19 "bin": {
20 "ngsw-config": "./ngsw-config.js"
21 },
22 "ng-update": {
23 "packageGroup": [
24 "@angular/core",
25 "@angular/bazel",
26 "@angular/common",
27 "@angular/compiler",
28 "@angular/compiler-cli",
29 "@angular/animations",
30 "@angular/elements",
31 "@angular/platform-browser",
32 "@angular/platform-browser-dynamic",
33 "@angular/forms",
34 "@angular/platform-server",
35 "@angular/upgrade",
36 "@angular/router",
37 "@angular/language-service",
38 "@angular/localize",
39 "@angular/service-worker"
40 ]
41 },
42 "sideEffects": false,
43 "publishConfig": {
44 "registry": "https://wombat-dressing-room.appspot.com"
45 },
46 "main": "./bundles/service-worker.umd.js",
47 "fesm2015": "./fesm2015/service-worker.js",
48 "esm2015": "./esm2015/service-worker.js",
49 "typings": "./service-worker.d.ts",
50 "module": "./fesm2015/service-worker.js",
51 "es2015": "./fesm2015/service-worker.js"
52}
\No newline at end of file