Skip to content

Commit 422bc2f

Browse files
authored
fix(package.json): add meaningful project description for better clarity (#226)
## Description This PR fixes the empty description field in the package.json file by adding a clear, concise project description that accurately represents the purpose of jargons.dev. This improves project discoverability, professionalism, and provides immediate context for developers. ## Related Issue Fixes #213 ## Screenshots/Screencasts Not applicable, no visual changes made. ## Notes to Reviewer No new npm packages were added. This is a non-breaking metadata update to enhance documentation and project clarity.
1 parent d9389c8 commit 422bc2f

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jargons.dev",
33
"version": "1.0.0",
4-
"description": "",
4+
"description": "A community-driven open source dictionary that provides clear, simplified definitions of software engineering concepts, development jargon, and general technology terms",
55
"type": "module",
66
"scripts": {
77
"dev": "astro dev",
@@ -21,7 +21,16 @@
2121
"ping:qdrant": "node --env-file=.env dev/ping-qdrant-cluster.js",
2222
"ping:qdrant:ci": "node dev/ping-qdrant-cluster.js"
2323
},
24-
"keywords": [],
24+
"keywords": [
25+
"dictionary",
26+
"software",
27+
"engineering",
28+
"jargon",
29+
"tech-terms",
30+
"opensource",
31+
"ai",
32+
"development"
33+
],
2534
"author": "",
2635
"license": "ISC",
2736
"dependencies": {

0 commit comments

Comments
 (0)