package.json 474 B

123456789101112131415161718192021
  1. {
  2. "name": "astro-benchmark",
  3. "private": true,
  4. "type": "module",
  5. "version": "0.0.0",
  6. "bin": {
  7. "astro-benchmark": "./index.js"
  8. },
  9. "dependencies": {
  10. "@astrojs/mdx": "workspace:*",
  11. "@astrojs/node": "workspace:*",
  12. "@benchmark/timer": "workspace:*",
  13. "astro": "workspace:*",
  14. "autocannon": "^7.12.0",
  15. "execa": "^8.0.1",
  16. "markdown-table": "^3.0.3",
  17. "mri": "^1.2.0",
  18. "port-authority": "^2.0.1",
  19. "pretty-bytes": "^6.1.1"
  20. }
  21. }