mirror of
https://github.com/moeru-ai/airi.git
synced 2026-05-17 04:20:26 +00:00
15 lines
382 B
JSON
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"
|
|
}
|
|
}
|