Skip to content

Commit 4697b80

Browse files
committed
Pkg json updated
1 parent a71b518 commit 4697b80

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "npm-boilerplate",
2+
"name": "mediapipe-pose-smooth",
33
"version": "1.0.0",
4-
"description": "This is the boilerplate for the module development of npm",
4+
"description": "This will remove the jitter and smooth the landmarks given by Mediapipe",
55
"type": "module",
66
"source": "src/index.js",
77
"exports": {
@@ -20,20 +20,21 @@
2020
},
2121
"repository": {
2222
"type": "git",
23-
"url": "git+https://github.com/yousufkalim/npm-boilerplate.git"
23+
"url": "git+https://github.com/yousufkalim/mediapipe-pose-smooth.git"
2424
},
2525
"keywords": [
26-
"npm",
27-
"package",
28-
"module",
29-
"boilerplate"
26+
"mediapipe",
27+
"pose",
28+
"smooth",
29+
"jitter",
30+
"landmarks"
3031
],
3132
"author": "Yousuf Kalim <yousufkalim@outlook.com>",
3233
"license": "MIT",
3334
"bugs": {
34-
"url": "https://github.com/yousufkalim/npm-boilerplate/issues"
35+
"url": "https://github.com/yousufkalim/mediapipe-pose-smooth/issues"
3536
},
36-
"homepage": "https://github.com/yousufkalim/npm-boilerplate#readme",
37+
"homepage": "https://github.com/yousufkalim/mediapipe-pose-smooth#readme",
3738
"devDependencies": {
3839
"@commitlint/cli": "^17.1.2",
3940
"commitlint-config-non-conventional": "^1.0.1",

0 commit comments

Comments
 (0)