{
  "description": "Authentication plugin for using battle-tested Auth.js (aka NextAuth)",
  "__qwik__": {
    "displayName": "Integration: Auth.js (authentication)",
    "priority": -10,
    "docs": [
      "https://qwik.dev/docs/integrations/authjs/",
      "https://authjs.dev/"
    ],
    "nextSteps": {
      "lines": [
        " Please add `optimizeDeps: { include: ['@auth/qwik'] }`",
        " to your vite.config.ts file.",
        " Have a look at the docs for more info: ",
        " https://qwik.dev/docs/integrations/authjs/"
      ]
    }
  },
  "devDependencies": {
    "@auth/qwik": "0.8.0"
  }
}
