From 9ead4b630640479ee43d4375c805e102a2fb43b0 Mon Sep 17 00:00:00 2001 From: soneeee22000 <109932809+soneeee22000@users.noreply.github.com> Date: Tue, 10 Mar 2026 14:08:27 +0100 Subject: [PATCH] chore: add keywords to frontend package.json --- frontend/package.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index fde59a5..2fc6a87 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -38,5 +38,14 @@ "tailwindcss": "^4", "tw-animate-css": "^1.4.0", "typescript": "^5" - } + }, + "keywords": [ + "nextjs", + "typescript", + "resume-analyzer", + "job-matching", + "ai", + "gpt4", + "fastapi" + ] }