angular/vscode-ng-language-service/integration/project/package.json
Angular Robot a6d7ee0bb4 build: update dependency ng-packagr to v21.1.0-rc.0
See associated pull request for more information.
2026-01-07 13:35:44 -05:00

18 lines
463 B
JSON

{
"name": "angular-ls-integration-test-project",
"private": true,
"dependencies": {
"@angular/common": "workspace:*",
"@angular/compiler": "workspace:*",
"@angular/compiler-cli": "workspace:*",
"@angular/core": "workspace:*",
"rxjs": "7.8.2"
},
"devDependencies": {
"ng-packagr": "21.1.0-rc.0",
"typescript": "5.9.3"
},
"scripts": {
"build": "ng-packagr -p libs/post/ng-package.json -c libs/post/tsconfig.json"
}
}