rsnext/bench/vercel/package.json
Mayank f94d4f93e4
fix: upgrade listr2 from 5.0.5 to 5.0.8 (#55223)
upgrade listr2 from 5.0.5 to 5.0.8.





Co-authored-by: Snyk bot <19733683+snyk-bot@users.noreply.github.com>
Co-authored-by: JJ Kasper <22380829+ijjk@users.noreply.github.com>
2023-09-13 21:02:14 +00:00

24 lines
567 B
JSON

{
"name": "bench-production",
"version": "1.0.0",
"description": "Scripts for benchmarking in production.",
"main": "bench.js",
"type": "module",
"scripts": {
"bench": "node bench.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@szmarczak/http-timer": "5.0.1",
"asciichart": "1.5.25",
"commander": "2.20.0",
"dotenv": "10.0.0",
"downsample-lttb": "0.0.1",
"listr2": "5.0.8",
"p-queue": "7.3.0",
"term-size": "3.0.2",
"webpack-bundle-analyzer": "^4.6.1",
"webpack-stats-plugin": "^1.1.0"
}
}