123456789101112131415161718192021 |
- {
- "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.12.0",
- "execa": "^8.0.1",
- "markdown-table": "^3.0.3",
- "mri": "^1.2.0",
- "port-authority": "^2.0.1",
- "pretty-bytes": "^6.1.1"
- }
- }
|