Files
Angular Robot 9e5dc74b67 build: update cross-repo angular dependencies
See associated pull request for more information.

Closes #69910 as a pr takeover
2026-07-30 09:41:50 -07:00

28 lines
693 B
JSON

{
"name": "@angular/benchpress",
"version": "0.3.0",
"description": "Benchpress - a framework for e2e performance tests",
"dependencies": {
"@angular/core": "^22.2.0-next",
"reflect-metadata": "^0.2.0",
"tslib": "^2.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git",
"directory": "packages/benchpress"
},
"keywords": [
"angular",
"benchmarks"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/angular/angular/issues"
},
"homepage": "https://github.com/angular/angular/tree/main/packages/benchpress",
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
}
}