diff --git a/package.json b/package.json index 599cc635..d06ff4d0 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,12 @@ "version": "0.8.2", "license": "MIT", "type": "module", + "description": "Authentication built for Nuxt 3! Easily add authentication via OAuth providers, credentials or Email Magic URLs!", + "homepage": "https://auth.sidebase.io", + "repository": { + "type": "git", + "url": "https://github.com/sidebase/nuxt-auth" + }, "engines": { "pnpm": ">=9.4.0", "node": ">=22.3.0"