File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 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" : {
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" ,
You can’t perform that action at this time.
0 commit comments