airi/packages/model-driver-lipsync/package.json
2026-05-07 19:36:33 +08:00

15 lines
382 B
JSON

{
"name": "@proj-airi/model-driver-lipsync",
"type": "module",
"version": "0.10.2",
"private": true,
"exports": {
".": "./src/index.ts",
"./live2d": "./src/live2d/index.ts",
"./shared/wlipsync": "./src/shared/wlipsync/index.ts",
"./shared/wlipsync/profile.json": "./src/shared/wlipsync/profile.json"
},
"dependencies": {
"wlipsync": "^1.3.0"
}
}