aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/vercel/test/hosted/hosted-astro-project/package.json
blob: b20c4385b31513ba5d05a1a1de2574af864b12c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "vercel-hosted-astro-project",
  "version": "0.0.0",
  "private": true,
  "scripts": {
    "build": "astro build"
  },
  "dependencies": {
    "@astrojs/vercel": "workspace:*",
    "astro": "workspace:*"
  }
}