https://github.com/angular/angular
Raw File
Tip revision: 2a61728137c8107c5b8f194c89ff9318b4d11034 authored by Andrew Kushnir on 14 July 2021, 17:47:57 UTC
release: cut the v12.1.2 release (#42856)
Tip revision: 2a61728
package.json
{
  "name": "@angular/service-worker",
  "version": "0.0.0-PLACEHOLDER",
  "description": "Angular - service worker tooling!",
  "author": "angular",
  "license": "MIT",
  "engines": {
    "node": "^12.14.1 || >=14.0.0"
  },
  "dependencies": {
    "tslib": "^2.2.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