angular/packages/benchpress/package.json
Angular Robot 0fc0d67146 build: update cross-repo angular dependencies (#61286)
See associated pull request for more information.

PR Close #61286
2025-05-14 10:43:35 +00:00

26 lines
668 B
JSON

{
"name": "@angular/benchpress",
"version": "0.3.0",
"description": "Benchpress - a framework for e2e performance tests",
"dependencies": {
"@angular/core": "^20.0.0-rc",
"reflect-metadata": "^0.2.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"
}
}