From 4697b80b5ed4f9bb963a3c61b8f4b77456035754 Mon Sep 17 00:00:00 2001 From: Yousuf Kalim Date: Thu, 15 Dec 2022 10:32:26 +0500 Subject: [PATCH] Pkg json updated --- package.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 2f57d39..4a8ee3c 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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 ", "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",