mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
18 lines
458 B
JSON
18 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": "21.2.3",
|
|
"typescript": "5.9.3"
|
|
},
|
|
"scripts": {
|
|
"build": "ng-packagr -p libs/post/ng-package.json -c libs/post/tsconfig.json"
|
|
}
|
|
}
|