mirror of
https://github.com/moeru-ai/airi.git
synced 2026-08-14 00:48:06 +00:00
25 lines
616 B
JSON
25 lines
616 B
JSON
{
|
|
"name": "@proj-airi/vishot-runner-electron",
|
|
"type": "module",
|
|
"version": "0.11.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:",
|
|
"@napi-rs/image": "catalog:",
|
|
"meow": "catalog:",
|
|
"playwright": "catalog:"
|
|
}
|
|
}
|