mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
a66fd64cd4
See associated pull request for more information.
19 lines
465 B
JSON
19 lines
465 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.2.0-next.5",
|
|
"typescript": "6.0.3"
|
|
},
|
|
"scripts": {
|
|
"build": "ng-packagr -p libs/post/ng-package.json -c libs/post/tsconfig.json"
|
|
}
|
|
}
|