mirror of
https://github.com/moeru-ai/airi.git
synced 2026-05-19 00:01:34 +00:00
37 lines
943 B
JSON
37 lines
943 B
JSON
{
|
|
"name": "@proj-airi/electron-eventa",
|
|
"type": "module",
|
|
"version": "0.10.2",
|
|
"private": true,
|
|
"description": "Shared Eventa contracts for Electron IPC",
|
|
"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-eventa"
|
|
},
|
|
"exports": {
|
|
".": "./dist/index.mjs",
|
|
"./electron": "./dist/electron/index.mjs",
|
|
"./electron-updater": "./dist/electron-updater/index.mjs",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"types": "./dist/index.d.mts",
|
|
"scripts": {
|
|
"dev": "pnpm run build",
|
|
"build": "tsdown",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"peerDependencies": {
|
|
"electron": ">=39 <41"
|
|
},
|
|
"dependencies": {
|
|
"@moeru/eventa": "catalog:",
|
|
"builder-util-runtime": "catalog:"
|
|
}
|
|
}
|