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