24 lines
563 B
JSON
24 lines
563 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": ">=12.14.1 <16.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular/angular.git",
|
|
"directory": "packages/language-service"
|
|
},
|
|
"ng-update": {
|
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
|
},
|
|
"publishConfig":{
|
|
"registry":"https://wombat-dressing-room.appspot.com"
|
|
}
|
|
}
|