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