Skip to content

Commit d7915e8

Browse files
authored
Merge pull request #8 from andre487/add-more-meta
Add more meta
2 parents e312b64 + b8ff057 commit d7915e8

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-console-progress-bar-tqdm",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"engines": {
55
"node": ">= 16"
66
},
@@ -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)