mirror of
https://github.com/moeru-ai/airi.git
synced 2026-08-14 00:48:06 +00:00
22 lines
567 B
JSON
22 lines
567 B
JSON
{
|
|
"name": "@proj-airi/scenarios-stage-tamagotchi-electron",
|
|
"type": "module",
|
|
"version": "0.11.3",
|
|
"private": true,
|
|
"description": "Product-owned Electron scenarios for stage-tamagotchi raw screenshot capture",
|
|
"author": {
|
|
"name": "Moeru AI Project AIRI Team",
|
|
"email": "airi@moeru.ai",
|
|
"url": "https://github.com/moeru-ai"
|
|
},
|
|
"license": "MIT",
|
|
"exports": "./src/index.ts",
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@moeru/std": "catalog:",
|
|
"@proj-airi/vishot-runner-electron": "workspace:^"
|
|
}
|
|
}
|