mirror of
https://github.com/moeru-ai/airi.git
synced 2026-08-14 00:48:06 +00:00
Move direct external dependency versions into pnpm catalogs and update workspace packages to reference catalog entries. Signed-off-by: RainbowBird <git@luoling.moe> Commit-Message-Assisted-by: Codex
38 lines
949 B
JSON
38 lines
949 B
JSON
{
|
|
"name": "@proj-airi/model-driver-mediapipe",
|
|
"type": "module",
|
|
"private": true,
|
|
"description": "MediaPipe motion capture workshop (experimental) for Project AIRI",
|
|
"author": {
|
|
"name": "Moeru AI Project AIRI Team",
|
|
"email": "airi@moeru.ai",
|
|
"url": "https://github.com/moeru-ai"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/moeru-ai/airi.git",
|
|
"directory": "packages/model-driver-mediapipe"
|
|
},
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./types": "./src/types.ts"
|
|
},
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit",
|
|
"postinstall": "tsx ./tasks/prepare-tasks.ts"
|
|
},
|
|
"dependencies": {
|
|
"@mediapipe/tasks-vision": "catalog:",
|
|
"@moeru/std": "catalog:",
|
|
"@pixiv/three-vrm": "catalog:",
|
|
"es-toolkit": "catalog:",
|
|
"three": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@types/three": "catalog:",
|
|
"ofetch": "catalog:",
|
|
"tsx": "catalog:"
|
|
}
|
|
}
|