astro/packages/integrations/vercel/test/hosted/hosted-astro-project/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
222 B
JSON
Raw Normal View History

{
"name": "vercel-hosted-astro-project",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "astro build"
},
"dependencies": {
2023-08-03 19:00:22 +00:00
"@astrojs/vercel": "workspace:*",
"astro": "workspace:*"
}
}