-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a71b518
commit 4697b80
Showing
1 changed file
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": { | ||
|
@@ -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", | ||
|