mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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
33 lines
732 B
JSON
33 lines
732 B
JSON
{
|
|
"name": "@angular/language-service",
|
|
"version": "0.0.0-PLACEHOLDER",
|
|
"description": "Angular - language services",
|
|
"main": "./index.js",
|
|
"typings": "./index.d.ts",
|
|
"author": "angular",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^18.13.0 || >=20.9.0"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./index.d.ts",
|
|
"default": "./index.js"
|
|
},
|
|
"./package.json": {
|
|
"default": "./package.json"
|
|
},
|
|
"./api": {
|
|
"types": "./api.d.ts",
|
|
"default": "./api_bundle.js"
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular/angular.git",
|
|
"directory": "packages/language-service"
|
|
},
|
|
"ng-update": {
|
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
|
}
|
|
}
|