{ "name": "@proj-airi/vishot-runner-browser", "type": "module", "version": "0.9.0", "private": true, "description": "Browser capture runner for Vishot scenes", "author": { "name": "Moeru AI Project AIRI Team", "email": "airi@moeru.ai", "url": "https://github.com/moeru-ai" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/moeru-ai/airi.git", "directory": "packages/vishot-runner-browser" }, "exports": "./src/index.ts", "scripts": { "capture": "tsx src/cli/capture.ts", "test:run": "vitest run", "typecheck": "tsc --noEmit" }, "devDependencies": { "@moeru/std": "catalog:", "meow": "catalog:", "playwright": "^1.59.1" } }