mirror of
https://github.com/moeru-ai/airi.git
synced 2026-05-29 19:34:04 +00:00
31 lines
809 B
JSON
31 lines
809 B
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",
|
|
"./beat-sync": "./src/beat-sync/index.ts",
|
|
"./beat-sync/browser": "./src/beat-sync/browser/index.ts",
|
|
"./electron-renderer": "./src/electron-renderer.d.ts"
|
|
},
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@electron-toolkit/preload": "^3.0.2",
|
|
"@moeru/eventa": "^1.0.0-alpha.7",
|
|
"@nekopaw/tempora": "0.3.1-alpha.1"
|
|
}
|
|
}
|