Files
moeka-project/packages/vishot-runner-browser/package.json
T
2026-04-07 04:58:46 +08:00

30 lines
737 B
JSON

{
"name": "@proj-airi/vishot-runner-browser",
"type": "module",
"version": "0.9.0-beta.6",
"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.56.1"
}
}