This commit is contained in:
Louis Lam
2023-12-08 00:37:54 +08:00
parent 8c6bcef987
commit 787564fafd
3 changed files with 563 additions and 18 deletions

View File

@@ -26,6 +26,7 @@
"dependencies": {
"@homebridge/node-pty-prebuilt-multiarch": "~0.11.11",
"@louislam/sqlite3": "~15.1.6",
"@tuplo/envsubst": "^1.15.2",
"bcryptjs": "~2.4.3",
"check-password-strength": "~2.0.7",
"command-exists": "~1.2.9",
@@ -34,6 +35,7 @@
"croner": "~7.0.5",
"dayjs": "~1.11.10",
"dotenv": "~16.3.1",
"envsub": "~4.1.0",
"express": "~4.18.2",
"express-static-gzip": "~2.1.7",
"http-graceful-shutdown": "~3.1.13",
@@ -48,7 +50,7 @@
"socket.io-client": "~4.7.2",
"timezones-list": "~3.0.2",
"ts-command-line-args": "~2.5.1",
"tsx": "~3.14.0",
"tsx": "~4.6.2",
"type-fest": "~4.3.3",
"yaml": "~2.3.4"
},