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",