astro/benchmark/package.json
2023-03-06 22:55:44 +08:00

21 lines
472 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:*",
"@astrojs/timer": "workspace:*",
"astro": "workspace:*",
"autocannon": "^7.10.0",
"execa": "^6.1.0",
"markdown-table": "^3.0.3",
"mri": "^1.2.0",
"port-authority": "^2.0.1",
"pretty-bytes": "^6.0.0"
}
}