avatoon
Version:
A React Three Fiber component for realistic avatar lip-syncing and animations.
90 lines (89 loc) • 2.58 kB
JSON
{
"name": "avatoon",
"description": "A React Three Fiber component for realistic avatar lip-syncing and animations.",
"main": "lib/Avatoon.umd.js",
"module": "lib/Avatoon.es.js",
"types": "lib/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"require": "./lib/Avatoon.umd.js",
"import": "./lib/Avatoon.es.js"
}
},
"files": [
"lib",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc --project tsconfig.build.json && vite build",
"dev": "tsc --project tsconfig.build.json && vite build --watch",
"clean": "rm -rf ./lib/",
"lint": "eslint ./src/ --fix",
"typecheck": "tsc --noEmit",
"test": "jest --coverage",
"prepare": "husky install",
"example": "cd example && npm install && npm start"
},
"sideEffects": false,
"keywords": [
"avatoon",
"avatar",
"react-three-fiber",
"lip-sync",
"3d",
"avatar-animation",
"threejs"
],
"repository": {
"type": "git",
"url": "https://github.com/khaledalam/avatoon.git"
},
"repositoryUrl": "https://github.com/khaledalam/avatoon.git",
"author": {
"name": "Khaled Alam",
"email": "khaledalam.net@gmail.com",
"url": "https://github.com/khaledalam"
},
"license": "MIT",
"peerDependencies": {
"@react-three/drei": ">=9.0.0",
"@react-three/fiber": ">=8.0.0",
"react": ">=18",
"react-dom": ">=18",
"three": ">=0.153.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.2",
"@semantic-release/npm": "^12.0.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/jest": "^29.5.14",
"@types/mocha": "^10.0.10",
"@types/react": ">=18.2.14",
"@types/react-dom": ">=18.2.7",
"@typescript-eslint/eslint-plugin": "^8.32.0",
"@typescript-eslint/parser": "^8.32.0",
"@vitejs/plugin-react": "^4.0.0",
"conventional-changelog-conventionalcommits": "^8.0.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.30.0",
"eslint-config-prettier": "^10.1.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.4.0",
"husky": "^8.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"semantic-release": "^24.2.3",
"ts-jest": "^29.3.2",
"typescript": "^5.0.4",
"vite": "^5.2.8",
"vite-plugin-dts": "^3.6.1"
},
"version": "1.4.0"
}