2023-03-01 03:46:06 -05:00
|
|
|
{
|
|
|
|
"name": "astro-benchmark",
|
|
|
|
"private": true,
|
|
|
|
"type": "module",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"bin": {
|
|
|
|
"astro-benchmark": "./index.js"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-03-06 09:55:44 -05:00
|
|
|
"@astrojs/mdx": "workspace:*",
|
2023-03-01 03:46:06 -05:00
|
|
|
"@astrojs/node": "workspace:*",
|
2023-03-06 21:52:47 -05:00
|
|
|
"@benchmark/timer": "workspace:*",
|
2023-03-01 03:46:06 -05:00
|
|
|
"astro": "workspace:*",
|
|
|
|
"autocannon": "^7.10.0",
|
|
|
|
"execa": "^6.1.0",
|
|
|
|
"markdown-table": "^3.0.3",
|
|
|
|
"mri": "^1.2.0",
|
2023-03-02 22:55:31 -05:00
|
|
|
"port-authority": "^2.0.1",
|
|
|
|
"pretty-bytes": "^6.0.0"
|
2023-03-01 03:46:06 -05:00
|
|
|
}
|
2023-03-01 11:23:24 -05:00
|
|
|
}
|