mirror of
https://github.com/moeru-ai/airi.git
synced 2026-08-14 00:48:06 +00:00
16 lines
360 B
JSON
16 lines
360 B
JSON
{
|
|
"name": "@proj-airi/airi-plugin-homeassistant",
|
|
"type": "module",
|
|
"version": "0.11.3",
|
|
"private": true,
|
|
"description": "Home Assistant integration plugin for AIRI server",
|
|
"scripts": {
|
|
"build": "tsdown",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@guiiai/logg": "catalog:",
|
|
"@proj-airi/server-sdk": "workspace:*"
|
|
}
|
|
}
|