mirror of
https://github.com/moeru-ai/airi.git
synced 2026-08-14 00:48:06 +00:00
30 lines
732 B
JSON
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:"
|
|
}
|
|
}
|