feat(stage-shared): new stage-shared package

This commit is contained in:
Neko Ayaka
2025-10-12 03:30:20 +08:00
parent 2def1df1d8
commit 33de7d49bf
9 changed files with 164 additions and 20 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"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"
},
"scripts": {
"typecheck": "tsc --noEmit"
}
}