UNPKG

vrm-mixamo-retarget

Version:

A lightweight library for retargeting Mixamo FBX animations to VRM avatars using Three.js

48 lines (47 loc) 1.13 kB
{ "name": "vrm-mixamo-retarget", "version": "1.0.3", "type": "module", "description": "A lightweight library for retargeting Mixamo FBX animations to VRM avatars using Three.js", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/saori-eth/vrm-mixamo-retargeter.git" }, "homepage": "https://github.com/saori-eth/vrm-mixamo-retargeter#readme", "bugs": { "url": "https://github.com/saori-eth/vrm-mixamo-retargeter/issues" }, "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "prepublishOnly": "npm run build" }, "keywords": [ "vrm", "mixamo", "animation", "retargeting", "three.js", "fbx", "avatar" ], "author": "saori", "license": "MIT", "peerDependencies": { "@pixiv/three-vrm": ">=2.0.0", "three": ">=0.150.0" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.5", "@types/three": "^0.160.0", "rollup": "^4.9.0", "tslib": "^2.8.1", "typescript": "^5.3.0" } }