angular/integration/no_ts_linker/package.json
Angular Robot 7572a272a8 build: update pnpm to v10.18.3 (#64431)
See associated pull request for more information.

PR Close #64431
2025-10-15 10:44:22 -07:00

17 lines
495 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@10.18.3"
}