mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
a959ceda76
See associated pull request for more information.
18 lines
494 B
JSON
18 lines
494 B
JSON
{
|
|
"name": "angular-integration",
|
|
"description": "Assert that the linker has no dependency on TypeScript.",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@angular/compiler": "link:./in-existing-linked-by-bazel",
|
|
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
|
"@angular/core": "link:./in-existing-linked-by-bazel",
|
|
"rxjs": "^7.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "node ./test.mjs"
|
|
},
|
|
"packageManager": "pnpm@12.3.4"
|
|
}
|