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