astro/packages/integrations/netlify/test/hosted/hosted-astro-project/package.json
Erika 471324b0a3
test: add setup for Vercel / Netlify tests (#7716)
Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>
2023-07-21 21:24:36 +02:00

12 lines
240 B
JSON

{
"name": "netlify-hosted-astro-project",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "astro build"
},
"dependencies": {
"@astrojs/netlify": "file:../../..",
"astro": "file:../../../../../astro"
}
}