mirror of
https://github.com/moeru-ai/airi.git
synced 2026-08-14 00:48:06 +00:00
60 lines
1.4 KiB
JSON
60 lines
1.4 KiB
JSON
{
|
|
"name": "@proj-airi/electron-screen-capture",
|
|
"type": "module",
|
|
"version": "0.11.3",
|
|
"private": true,
|
|
"description": "Screen capture",
|
|
"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/electron-screen-capture"
|
|
},
|
|
"exports": {
|
|
".": "./dist/index.js",
|
|
"./main": "./dist/main.mjs",
|
|
"./renderer": "./dist/renderer.js",
|
|
"./vue": "./dist/vue.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"README.md",
|
|
"dist",
|
|
"package.json"
|
|
],
|
|
"scripts": {
|
|
"dev": "pnpm run build",
|
|
"build": "tsdown",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"peerDependencies": {
|
|
"@guiiai/logg": ">=1 <2",
|
|
"electron": ">=40 <42",
|
|
"vue": ">=3"
|
|
},
|
|
"dependencies": {
|
|
"std-env": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@electron-toolkit/preload": "catalog:",
|
|
"@moeru/eventa": "catalog:",
|
|
"@moeru/std": "catalog:",
|
|
"async-mutex": "catalog:",
|
|
"nanoid": "catalog:",
|
|
"vite": "catalog:"
|
|
},
|
|
"inlinedDependencies": {
|
|
"@electron-toolkit/preload": "3.0.2",
|
|
"@moeru/eventa": "1.0.0-beta.8",
|
|
"async-mutex": "0.5.0",
|
|
"nanoid": "5.1.11",
|
|
"picomatch": "4.0.4"
|
|
}
|
|
}
|