2019-03-12 17:03:50 +00:00
|
|
|
{
|
|
|
|
|
"name": "angular-side-effects",
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "check-side-effects --test side-effects.json --pure-getters",
|
2025-09-18 09:46:02 +00:00
|
|
|
"update": "pnpm test --update"
|
2019-03-12 17:03:50 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-09-19 11:57:36 +00:00
|
|
|
"@angular/animations": "link:./in-existing-linked-by-bazel",
|
|
|
|
|
"@angular/common": "link:./in-existing-linked-by-bazel",
|
|
|
|
|
"@angular/core": "link:./in-existing-linked-by-bazel",
|
|
|
|
|
"@angular/elements": "link:./in-existing-linked-by-bazel",
|
|
|
|
|
"@angular/forms": "link:./in-existing-linked-by-bazel",
|
|
|
|
|
"@angular/platform-browser": "link:./in-existing-linked-by-bazel",
|
|
|
|
|
"@angular/router": "link:./in-existing-linked-by-bazel",
|
2025-09-18 09:46:02 +00:00
|
|
|
"check-side-effects": "0.0.23"
|
|
|
|
|
},
|
2025-10-31 05:12:36 +00:00
|
|
|
"packageManager": "pnpm@10.20.0"
|
2025-09-19 11:57:36 +00:00
|
|
|
}
|