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