mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This is to match the versions of the Angular CLI. See: https://github.com/angular/angular-cli/pull/30349 PR Close #61499
40 lines
909 B
JSON
40 lines
909 B
JSON
{
|
|
"name": "@angular/service-worker",
|
|
"version": "0.0.0-PLACEHOLDER",
|
|
"description": "Angular - service worker tooling!",
|
|
"author": "angular",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.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",
|
|
"rxjs": "^6.5.3 || ^7.4.0"
|
|
},
|
|
"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
|
|
}
|