mirror of
https://github.com/moeru-ai/airi.git
synced 2026-08-14 00:48:06 +00:00
16 lines
384 B
JSON
16 lines
384 B
JSON
{
|
|
"name": "@proj-airi/model-driver-lipsync",
|
|
"type": "module",
|
|
"version": "0.11.3",
|
|
"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": "catalog:"
|
|
}
|
|
}
|