Skip to content

Commit 67a210b

Browse files
committed
Added package.json files
1 parent 437a5f5 commit 67a210b

2 files changed

Lines changed: 57 additions & 0 deletions

File tree

package-lock.json

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"name": "@met4citizen/talkinghead",
3+
"version": "1.6.0",
4+
"description": "Talking Head (3D): A JavaScript class for real-time lip-sync using Ready Player Me full-body 3D avatars.",
5+
"type": "module",
6+
"main": "modules/talkinghead.mjs",
7+
"files": [
8+
"README.md",
9+
"LICENSE",
10+
"modules/*"
11+
],
12+
"dependencies": {
13+
"three": "^0.180.0"
14+
},
15+
"scripts": {
16+
"test": "echo \"Error: no test specified\" && exit 1"
17+
},
18+
"repository": {
19+
"type": "git",
20+
"url": "git+https://github.com/met4citizen/TalkingHead.git"
21+
},
22+
"keywords": [
23+
"talkinghead",
24+
"lip-sync",
25+
"3D avatar",
26+
"Ready Player Me",
27+
"talking avatar"
28+
],
29+
"author": "Mika Suominen",
30+
"license": "MIT",
31+
"bugs": {
32+
"url": "https://github.com/met4citizen/TalkingHead/issues"
33+
},
34+
"homepage": "https://github.com/met4citizen/TalkingHead#readme"
35+
}

0 commit comments

Comments
 (0)