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