添加灯光管理、自动化和脚本功能,更新依赖项,完善文档

This commit is contained in:
2025-12-22 23:30:13 +08:00
parent 18e4b39ade
commit 47a5c600ea
15 changed files with 392 additions and 118 deletions

View File

@@ -1,21 +1,28 @@
{
"name": "ha-api",
"name": "@kevisual/ha-api",
"version": "0.0.1",
"description": "",
"main": "index.js",
"main": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"src"
],
"keywords": [],
"publishConfig": {
"access": "public"
},
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
"license": "MIT",
"packageManager": "pnpm@10.24.0",
"type": "module",
"devDependencies": {
"@types/bun": "^1.3.3",
"dotenv": "^17.2.3",
"@types/node": "^24.10.1"
},
"dependencies": {
"dotenv": "^17.2.3"
"fuse.js": "^7.1.0"
}
}
}