aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/netlify/test/hosted/hosted-astro-project/package.json
blob: 0624ca78948184a7aed52e48715d5dbe34c5359e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "@test/netlify-hosted-astro-project",
  "version": "0.0.0",
  "private": true,
  "scripts": {
    "build": "astro build"
  },
  "dependencies": {
    "@astrojs/netlify": "workspace:*",
    "astro": "workspace:*"
  }
}