{ "name": "@proj-airi/vishot-runner-electron", "type": "module", "version": "0.9.0-rc.1", "private": true, "description": "Playwright-driven Electron capture runner for stage-tamagotchi", "author": { "name": "Moeru AI Project AIRI Team", "email": "airi@moeru.ai", "url": "https://github.com/moeru-ai" }, "license": "MIT", "exports": "./src/index.ts", "scripts": { "capture": "tsx src/cli/capture.ts", "typecheck": "tsc --noEmit" }, "devDependencies": { "@moeru/std": "catalog:", "@napi-rs/image": "catalog:", "meow": "catalog:", "playwright": "^1.56.1" } }