Files
moeka-project/packages/stage-shared/package.json
T

24 lines
490 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"
},
"scripts": {
"typecheck": "tsc --noEmit"
}
}