{
  "description": "Deno server",
  "scripts": {
    "build.server": "qwik check-client src dist && vite build -c adapters/deno/vite.config.ts",
    "serve": "deno run --allow-net --allow-read --allow-env server/entry.deno.js"
  },
  "__qwik__": {
    "priority": 20,
    "displayName": "Adapter: Deno Server",
    "docs": [
      "https://qwik.dev/deployments/deno/",
      "https://docs.deno.com/runtime/tutorials/http_server"
    ],
    "nextSteps": {
      "title": "Next Steps",
      "lines": [
        "Now you can build a production-ready Deno app:",
        "",
        "- pnpm run build: production build",
        "- pnpm run serve: runs the production server locally"
      ]
    }
  }
}
