Skip to content

Commit 08600db

Browse files
committed
Add keywords/description
1 parent cdf068f commit 08600db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "node-console-progress-bar-tqdm",
33
"version": "1.0.0",
4-
"description": "",
54
"engines": {
65
"node": ">= 16"
76
},
@@ -31,8 +30,9 @@
3130
"readme:generate-examples": "node scripts/extract-examples.js",
3231
"prepare": "husky"
3332
},
34-
"keywords": [],
35-
"author": "",
33+
"keywords": ["nodejs", "cli", "progress-bar", "cli-app", "nodejs-cli", "tqdm"],
34+
"description": "Progress bar in console for Node.js in the style of TQDM Python library",
35+
"author": "andre487 <andrey.prokopyuk@gmail.com>",
3636
"license": "MIT",
3737
"devDependencies": {
3838
"@typescript-eslint/eslint-plugin": "7.0.2",

0 commit comments

Comments
 (0)