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

13 lines
240 B
JSON
Raw Normal View History

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