mirror of
https://github.com/moeru-ai/airi.git
synced 2026-08-14 00:48:06 +00:00
28 lines
633 B
JSON
28 lines
633 B
JSON
{
|
|
"name": "@proj-airi/airi-screenshot",
|
|
"type": "module",
|
|
"version": "0.11.3",
|
|
"private": true,
|
|
"description": "AIRI monorepo screenshot orchestration CLI",
|
|
"author": {
|
|
"name": "Moeru AI Project AIRI Team",
|
|
"email": "airi@moeru.ai",
|
|
"url": "https://github.com/moeru-ai"
|
|
},
|
|
"license": "MIT",
|
|
"exports": "./src/index.ts",
|
|
"bin": {
|
|
"airi-screenshot": "./src/cli.ts"
|
|
},
|
|
"scripts": {
|
|
"capture": "tsx src/cli.ts capture",
|
|
"test:run": "vitest run",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@moeru/std": "catalog:",
|
|
"cac": "catalog:",
|
|
"tinyexec": "catalog:"
|
|
}
|
|
}
|