angular/packages/service-worker/package.json
Andrew Kushnir b98ecbc0ce build: update minimum supported Node version from 16.13.0 -> 16.14.0 (#49771)
This commit updates the minimum supported Node version across packages from 16.13.0 -> 16.14.0 to ensure compatibility with dependencies.

PR Close #49771
2023-04-11 07:56:31 -07:00

40 lines
910 B
JSON

{
"name": "@angular/service-worker",
"version": "0.0.0-PLACEHOLDER",
"description": "Angular - service worker tooling!",
"author": "angular",
"license": "MIT",
"engines": {
"node": "^16.14.0 || >=18.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
}