astro/packages/integrations/netlify/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
224 B
JSON
Raw Normal View History

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