{ "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" } }