This commit is contained in:
2025-12-30 02:57:24 +08:00
parent bd188b9116
commit f18c6d4e3d
6 changed files with 110 additions and 10 deletions

View File

@@ -1,11 +1,15 @@
{
"name": "@kevisual/ha-api",
"version": "0.0.5",
"version": "0.0.6",
"description": "",
"main": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"app": {
"type": "pm2-system-app",
"entry": "src/index.ts"
},
"files": [
"src"
],