angular/integration/terser/package.json
Angular Robot 2953ca7b0d build: update pnpm to v11.1.3
See associated pull request for more information.
2026-05-20 10:19:39 -07:00

18 lines
457 B
JSON

{
"name": "terser",
"version": "0.0.0",
"scripts": {
"test": "node test.js"
},
"private": true,
"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",
"terser": "^5.8.0",
"typescript": "6.0.3",
"zone.js": "0.16.2"
},
"packageManager": "pnpm@11.1.3"
}