Skip to content

Commit

Permalink
[main] add keywords in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
surenpoghosian committed Aug 23, 2024
1 parent 114d95a commit d26b89f
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "code-diagnose",
"version": "1.1.3",
"version": "1.1.4",
"main": "dist/index.js",
"bin": {
"analyze-project": "./dist/index.js"
Expand All @@ -14,7 +14,24 @@
"publishConfig": {
"@surenpoghosian:registry": "https://npm.pkg.github.com"
},
"keywords": [],
"keywords": [
"code-diagnosis",
"software-antipatterns",
"code-quality",
"code-analysis",
"typescript",
"static-analysis",
"software-design",
"code-smells",
"code",
"software",
"programming",
"development",
"engineering",
"debugging",
"refactoring",
"testing"
],
"author": "Suren Poghosyan",
"license": "ISC",
"description": "A tool to analyze project files for software antipatterns.",
Expand Down

0 comments on commit d26b89f

Please sign in to comment.