mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
19a426d54e
This commit adds Node.js 20 as explicitly supported version to match the Angular CLI engines. See: https://github.com/angular/angular-cli/pull/26173 PR Close #52448
27 lines
625 B
JSON
27 lines
625 B
JSON
{
|
|
"name": "@angular/elements",
|
|
"version": "0.0.0-PLACEHOLDER",
|
|
"description": "Angular - library for using Angular Components as Custom Elements",
|
|
"author": "angular",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^18.13.0 || >=20.9.0"
|
|
},
|
|
"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/elements"
|
|
},
|
|
"ng-update": {
|
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
|
},
|
|
"sideEffects": false
|
|
}
|