Files
airi/engines/stage-tamagotchi-godot/package.json
T

26 lines
1017 B
JSON

{
"name": "@proj-airi/stage-tamagotchi-godot",
"type": "module",
"version": "0.11.3",
"private": true,
"description": "Godot-native desktop stage runtime workspace engine for stage-tamagotchi",
"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": "engines/stage-tamagotchi-godot"
},
"scripts": {
"build": "dotnet build ./stage-tamagotchi-godot.slnx",
"typecheck": "dotnet build ./stage-tamagotchi-godot.slnx",
"test": "dotnet run --project ./tests/stage-tamagotchi-godot.tests/stage-tamagotchi-godot.tests.csproj",
"dump:render-stages": "node ./tools/dumpRenderStages.mjs --dump-render-stages ./artifacts/render-stages",
"dump:render-stages:upper-body": "node ./tools/dumpRenderStages.mjs --dump-render-stages ./artifacts/render-stages-upper-body --view-preset upper-body"
}
}