https://github.com/angular/angular
Raw File
Tip revision: 235bffc5f9a0faf00b9aeb4ef5f15c696ad4b522 authored by Joey Perrott on 17 February 2022, 21:34:21 UTC
release: cut the v14.0.0-next.3 release
Tip revision: 235bffc
package.json
{
  "name": "@angular/service-worker",
  "version": "0.0.0-PLACEHOLDER",
  "description": "Angular - service worker tooling!",
  "author": "angular",
  "license": "MIT",
  "engines": {
    "node": "^12.20.0 || ^14.15.0 || >=16.10.0"
  },
  "exports": {
    "./ngsw-worker.js": {
      "default": "./ngsw-worker.js"
    },
    "./safety-worker.js": {
      "default": "./safety-worker.js"
    },
    "./config/schema.json": {
      "default": "./config/schema.json"
    }
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "peerDependencies": {
    "@angular/core": "0.0.0-PLACEHOLDER",
    "@angular/common": "0.0.0-PLACEHOLDER"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/angular/angular.git",
    "directory": "packages/service-worker"
  },
  "bin": {
    "ngsw-config": "./ngsw-config.js"
  },
  "ng-update": {
    "packageGroup": "NG_UPDATE_PACKAGE_GROUP"
  },
  "sideEffects": false
}
back to top