From d3a54b9b8579ab2370f02abea4f7136ab7580e23 Mon Sep 17 00:00:00 2001 From: Tanishka Pal Date: Wed, 1 Oct 2025 13:41:00 +0530 Subject: [PATCH] fix(package.json): add meaningful project description for better clarity --- package.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3820900..d5d235f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jargons.dev", "version": "1.0.0", - "description": "", + "description": "A community-driven open source dictionary that provides clear, simplified definitions of software engineering concepts, development jargon, and general technology terms", "type": "module", "scripts": { "dev": "astro dev", @@ -21,7 +21,16 @@ "ping:qdrant": "node --env-file=.env dev/ping-qdrant-cluster.js", "ping:qdrant:ci": "node dev/ping-qdrant-cluster.js" }, - "keywords": [], + "keywords": [ + "dictionary", + "software", + "engineering", + "jargon", + "tech-terms", + "opensource", + "ai", + "development" + ], "author": "", "license": "ISC", "dependencies": {