{
  "name": "@met4citizen/talkinghead",
  "version": "1.5.0",
  "description": "Talking Head (3D): A JavaScript class for real-time lip-sync using Ready Player Me full-body 3D avatars.",
  "main": "modules/talkinghead.mjs",
  "files": [
    "README.md",
    "LICENSE",
    "modules/*"
  ],
  "dependencies": {
    "three": "^0.170.0"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/met4citizen/TalkingHead.git"
  },
  "keywords": [
    "talkinghead",
    "lip-sync",
    "3D avatar",
    "Ready Player Me",
    "talking avatar"
  ],
  "author": "Mika Suominen",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/met4citizen/TalkingHead/issues"
  },
  "homepage": "https://github.com/met4citizen/TalkingHead#readme"
}
