aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/vercel/test/fixtures/static/package.json
blob: 2f2936e31a314069a8f36ff841cc0bad339e3579 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  "name": "@test/astro-vercel-static",
  "version": "0.0.0",
  "private": true,
  "dependencies": {
    "@astrojs/vercel": "workspace:*",
    "astro": "workspace:*"
  }
}