From ebfa9c59788aab7915af7af06bd24b478145be29 Mon Sep 17 00:00:00 2001 From: Muhammad Mahmoud Date: Thu, 15 Aug 2024 14:29:51 +0300 Subject: [PATCH] chore: add metadata fields to package.json (#864) --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) 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"