0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
astro/benchmark/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
474 B
JSON
Raw Normal View History

{
"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:*",
"@astrojs/node": "workspace:*",
"@benchmark/timer": "workspace:*",
"astro": "workspace:*",
2023-08-23 06:52:13 -05:00
"autocannon": "^7.12.0",
2023-08-24 03:34:33 -05:00
"execa": "^8.0.1",
"markdown-table": "^3.0.3",
"mri": "^1.2.0",
"port-authority": "^2.0.1",
2023-08-23 06:52:13 -05:00
"pretty-bytes": "^6.1.1"
}
}