Skip to content

Commit

Permalink
Pkg json updated
Browse files Browse the repository at this point in the history
  • Loading branch information
yousufkalim committed Dec 15, 2022
1 parent a71b518 commit 4697b80
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "npm-boilerplate",
"name": "mediapipe-pose-smooth",
"version": "1.0.0",
"description": "This is the boilerplate for the module development of npm",
"description": "This will remove the jitter and smooth the landmarks given by Mediapipe",
"type": "module",
"source": "src/index.js",
"exports": {
Expand All @@ -20,20 +20,21 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/yousufkalim/npm-boilerplate.git"
"url": "git+https://github.com/yousufkalim/mediapipe-pose-smooth.git"
},
"keywords": [
"npm",
"package",
"module",
"boilerplate"
"mediapipe",
"pose",
"smooth",
"jitter",
"landmarks"
],
"author": "Yousuf Kalim <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/yousufkalim/npm-boilerplate/issues"
"url": "https://github.com/yousufkalim/mediapipe-pose-smooth/issues"
},
"homepage": "https://github.com/yousufkalim/npm-boilerplate#readme",
"homepage": "https://github.com/yousufkalim/mediapipe-pose-smooth#readme",
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"commitlint-config-non-conventional": "^1.0.1",
Expand Down

0 comments on commit 4697b80

Please sign in to comment.