24 lines
621 B
JSON
24 lines
621 B
JSON
{
|
|
"name": "@proj-airi/scenarios-stage-tamagotchi-electron",
|
|
"type": "module",
|
|
"version": "0.12.0-beta.5",
|
|
"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": {
|
|
"test:run": "vitest run",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@moeru/std": "catalog:",
|
|
"@vishot/source-electron": "catalog:",
|
|
"playwright": "catalog:"
|
|
}
|
|
}
|