Files
airi/packages/vishot-runner-browser/package.json
T
2026-07-19 04:03:59 +08:00

30 lines
732 B
JSON

{
"name": "@proj-airi/vishot-runner-browser",
"type": "module",
"version": "0.11.3",
"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": "catalog:"
}
}