summaryrefslogtreecommitdiff
path: root/benchmark/package.json
blob: 0edcbc90508223cc17146d97688f198320f6f382 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "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.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"
  }
}