mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
ec9b4793e8
See associated pull request for more information. Closes #69411 as a pr takeover
19 lines
458 B
JSON
19 lines
458 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": "22.0.1",
|
|
"typescript": "6.0.3"
|
|
},
|
|
"scripts": {
|
|
"build": "ng-packagr -p libs/post/ng-package.json -c libs/post/tsconfig.json"
|
|
}
|
|
}
|