Files
moeka-project/packages/vishot-runner-electron/package.json
T

27 lines
668 B
JSON

{
"name": "@proj-airi/vishot-runner-electron",
"type": "module",
"version": "0.9.0-beta.3",
"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:",
"@types/node": "^24.12.0",
"meow": "catalog:",
"playwright": "^1.56.1",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
}
}