mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
8d5f3e8656
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
21 lines
474 B
JSON
21 lines
474 B
JSON
{
|
|
"name": "astro-benchmark",
|
|
"private": true,
|
|
"type": "module",
|
|
"version": "0.0.0",
|
|
"bin": {
|
|
"astro-benchmark": "./index.js"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "workspace:*",
|
|
"@astrojs/node": "workspace:*",
|
|
"@benchmark/timer": "workspace:*",
|
|
"astro": "workspace:*",
|
|
"autocannon": "^7.15.0",
|
|
"execa": "^8.0.1",
|
|
"markdown-table": "^3.0.3",
|
|
"mri": "^1.2.0",
|
|
"port-authority": "^2.0.1",
|
|
"pretty-bytes": "^6.1.1"
|
|
}
|
|
}
|