forked from yeemachine/kalidokit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 998 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "kalidokit",
"version": "1.0.5",
"repository": "github:yeemachine/kalidokit",
"main": "src/index.js",
"types": "./index.d.ts",
"scripts": {
"dev": "vite docs --host",
"build": "vite build",
"serve": "vite docs"
},
"devDependencies": {
"vite": "2.6.0",
"vite-plugin-banner": "0.1.3"
},
"prettier": {
"tabWidth": 4,
"trailingComma": "es5",
"printWidth": 120
},
"description": "Blendshape and kinematics solver for Mediapipe/Tensorflow.js Face, Eyes, Pose, and Finger tracking models.",
"bugs": {
"url": "https://github.com/yeemachine/kalidokit/issues"
},
"homepage": "https://github.com/yeemachine/kalidokit#readme",
"keywords": [
"mediapipe",
"tensorflow",
"face-tracking",
"pose-tracking",
"finger-tracking",
"detection"
],
"author": "yeemachine",
"license": "MIT",
"year": "2020-2021"
}