talking-avatar / package.json
Daankular's picture
Upload folder using huggingface_hub
578cfab verified
Raw
History Blame Contribute Delete
321 Bytes
{
"name": "talking-avatar",
"private": true,
"type": "module",
"scripts": {
"dev": "bun --hot index.ts",
"start": "bun index.ts"
},
"dependencies": {
"@met4citizen/talkinghead": "^1.7.0",
"three": "^0.180.0"
},
"devDependencies": {
"@types/bun": "latest",
"typescript": "^5"
}
}