angular/packages/common/package.json
Alan Agius d550bf713a build: update minimum supported Node.js versions
This commit updates the minimum supported Node.js versions. Node.js v20 support is dropped, and the minimum version for Node.js v22 is bumped to v22.22.0, and for v24 it is bumped to v24.13.1.

BREAKING CHANGE: Node.js v20 is no longer supported. The minimum supported Node.js versions are now v22.22.0 and v24.13.1.
2026-02-25 07:57:18 -08:00

39 lines
870 B
JSON

{
"name": "@angular/common",
"version": "0.0.0-PLACEHOLDER",
"description": "Angular - commonly needed directives and services",
"author": "angular",
"license": "MIT",
"engines": {
"node": "^22.22.0 || >=24.13.1"
},
"locales": "locales",
"dependencies": {
"tslib": "^2.3.0"
},
"exports": {
"./locales/global/*": {
"default": "./locales/global/*.js"
},
"./locales/*": {
"types": "./locales/*.d.ts",
"default": "./locales/*.js"
}
},
"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/common"
},
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},
"sideEffects": [
"**/global/*.js",
"**/closure-locale.*"
]
}