airi/packages/stage-shared/package.json
RainbowBird 172e4ce59c
feat(auth): email login & profile (#1745)
Co-authored-by: Liet Blue <127093491+lietblue@users.noreply.github.com>
2026-04-28 00:07:38 +08:00

45 lines
1.2 KiB
JSON

{
"name": "@proj-airi/stage-shared",
"type": "module",
"private": true,
"description": "Shared",
"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/stage-shared"
},
"exports": {
".": "./src/index.ts",
"./auth": "./src/auth/index.ts",
"./beat-sync": "./src/beat-sync/index.ts",
"./global-shortcut": "./src/global-shortcut/index.ts",
"./server-channel-qr": "./src/server-channel-qr.ts",
"./electron-renderer": "./src/electron-renderer.d.ts",
"./composables": "./src/composables/index.ts",
"./webgpu": "./src/webgpu/index.ts"
},
"scripts": {
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@moeru/std": "catalog:",
"@vueuse/core": "catalog:",
"gpuu": "^1.0.7",
"pinia": "catalog:",
"valibot": "catalog:",
"vue": "catalog:"
},
"devDependencies": {
"@electron-toolkit/preload": "^3.0.2",
"@moeru/eventa": "catalog:",
"@nekopaw/tempora": "catalog:",
"@proj-airi/electron-screen-capture": "workspace:^",
"@types/audioworklet": "catalog:"
}
}