{
  "description": "Netlify Edge Functions",
  "scripts": {
    "build.server": "qwik check-client src dist && vite build -c adapters/netlify-edge/vite.config.ts",
    "deploy": "netlify deploy --build"
  },
  "devDependencies": {
    "@netlify/edge-functions": "^2.0.0",
    "netlify-cli": "^15.0.0"
  },
  "__qwik__": {
    "priority": 30,
    "displayName": "Adapter: Netlify Edge",
    "docs": [
      "https://qwik.dev/deployments/netlify-edge/",
      "https://docs.netlify.com/edge-functions/overview/",
      "https://docs.netlify.com/"
    ],
    "nextSteps": {
      "title": "Next Steps",
      "lines": [
        "Now you can build and deploy to Netlify with:",
        "",
        "- pnpm run build: production build for Netlify",
        "- pnpm run deploy: it will use the netlify CLI to deploy your site"
      ]
    }
  }
}
