From 05e00c4a26cf6580d0ef5068ee6bfce5dfd78e3a Mon Sep 17 00:00:00 2001 From: Kinfe123 Date: Sun, 6 Apr 2025 12:38:31 +0300 Subject: [PATCH] move keyword to better-auth --- package.json | 1 + packages/better-auth/package.json | 12 +++++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 69714f9991..8112000c34 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "type": "module", "version": "0.0.2-beta.8", "packageManager": "pnpm@9.15.0", + "scripts": { "build": "turbo --filter \"./packages/*\" build", "build:docs": "turbo --filter \"./docs\" build", diff --git a/packages/better-auth/package.json b/packages/better-auth/package.json index bd14b0ff63..0695f39c75 100644 --- a/packages/better-auth/package.json +++ b/packages/better-auth/package.json @@ -8,6 +8,16 @@ "url": "https://github.com/better-auth/better-auth", "directory": "packages/better-auth" }, + "keywords": [ + "auth", + "oauth", + "oidc", + "2fa", + "social", + "security", + "typescript", + "nextjs" + ], "scripts": { "build": "unbuild --clean", "dev": "concurrently \"unbuild --watch\" \"npm run dev:types\"", @@ -638,4 +648,4 @@ "files": [ "dist" ] -} \ No newline at end of file +}