astro/packages/integrations/netlify/test/hosted/hosted-astro-project/package.json
2023-08-03 14:55:22 -04:00

12 lines
224 B
JSON

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