Skip to content

Commit a34ee7b

Browse files
committed
Add more metadata
1 parent e312b64 commit a34ee7b

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

package.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,19 @@
3030
"readme:generate-examples": "node scripts/extract-examples.js",
3131
"prepare": "husky"
3232
},
33+
"homepage": "https://github.com/andre487/node-console-progress-bar-tqdm#readme",
34+
"repository": {
35+
"type": "git",
36+
"url": "https://github.com/andre487/node-console-progress-bar-tqdm"
37+
},
3338
"keywords": [
39+
"tqdm",
3440
"nodejs",
3541
"cli",
42+
"nodejs-cli",
43+
"cli-app",
44+
"terminal",
45+
"console",
3646
"progress bar",
3747
"progress",
3848
"indicator",
@@ -41,18 +51,17 @@
4151
"for",
4252
"for await",
4353
"loop",
44-
"cli-app",
45-
"nodejs-cli",
46-
"tqdm",
4754
"typescript",
4855
"ts",
4956
"pure-js",
5057
"commonjs",
5158
"esmodules"
5259
],
5360
"description": "Progress bar in console for Node.js in the style of TQDM Python library",
54-
"author": "andre487 <andrey.prokopyuk@gmail.com>",
61+
"author": "andre487 <andrey.prokopyuk@gmail.com> (https://andre.life)",
62+
"man": "./README.md",
5563
"license": "MIT",
64+
"bugs": "https://github.com/andre487/node-console-progress-bar-tqdm/issues",
5665
"devDependencies": {
5766
"@typescript-eslint/eslint-plugin": "7.0.2",
5867
"@typescript-eslint/parser": "7.0.2",

0 commit comments

Comments
 (0)