Skip to content

Commit

Permalink
feat: add keywords for NPM to display
Browse files Browse the repository at this point in the history
Signed-off-by: Vojtech Masek <vojtech@flowup.cz>
  • Loading branch information
vmasek committed Oct 17, 2024
1 parent 13a63a4 commit 17a0c49
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.0.0",
"license": "MIT",
"description": "A CLI to run all kinds of code quality measurements to align your team with company goals",
"homepage": "code-pushup.dev",
"homepage": "https://code-pushup.dev",
"bugs": {
"url": "https://github.com/code-pushup/cli/issues"
"url": "https://github.com/code-pushup/cli/issues?q=is%3Aissue%20state%3Aopen%20type%3ABug"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -126,6 +126,28 @@
"@nx/nx-darwin-x64": "^16.10.0",
"@nx/nx-linux-x64-gnu": "16.7.4"
},
"keywords": [
"CLI",
"Code PushUp",
"automation",
"developer tools",
"code quality",
"conformance",
"build tools",
"KPI tracking",
"tech debt",
"automated feedback",
"regression guard",
"CI integration",
"code management",
"actionable feedback",
"trend analysis",
"static analysis",
"linting",
"audit",
"performance",
"score monitoring"
],
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
Expand Down

0 comments on commit 17a0c49

Please sign in to comment.