2023-03-01 08:46:06 +00:00
|
|
|
{
|
|
|
|
"name": "astro-benchmark",
|
|
|
|
"private": true,
|
|
|
|
"type": "module",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"bin": {
|
|
|
|
"astro-benchmark": "./index.js"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-03-06 14:55:44 +00:00
|
|
|
"@astrojs/mdx": "workspace:*",
|
2023-03-01 08:46:06 +00:00
|
|
|
"@astrojs/node": "workspace:*",
|
2023-03-07 02:52:47 +00:00
|
|
|
"@benchmark/timer": "workspace:*",
|
2023-03-01 08:46:06 +00:00
|
|
|
"astro": "workspace:*",
|
2023-08-23 11:52:13 +00:00
|
|
|
"autocannon": "^7.12.0",
|
2023-08-24 08:34:33 +00:00
|
|
|
"execa": "^8.0.1",
|
2023-03-01 08:46:06 +00:00
|
|
|
"markdown-table": "^3.0.3",
|
|
|
|
"mri": "^1.2.0",
|
2023-03-03 03:55:31 +00:00
|
|
|
"port-authority": "^2.0.1",
|
2023-08-23 11:52:13 +00:00
|
|
|
"pretty-bytes": "^6.1.1"
|
2023-03-01 08:46:06 +00:00
|
|
|
}
|
2023-03-01 16:23:24 +00:00
|
|
|
}
|