feat: logging in through shell

This commit is contained in:
Wesley F. Young
2024-08-09 22:36:44 +08:00
parent 5990e0c2eb
commit c304845117
2 changed files with 52 additions and 2 deletions

View File

@@ -46,9 +46,8 @@
},
"dependencies": {
"ajv": "^8.13.0",
"strtok3":"8.0.1",
"chalk": "^5.3.0",
"commander": "^12.0.0",
"commander": "^12.1.0",
"cors": "^2.8.5",
"express": "^5.0.0-beta.2",
"fast-xml-parser": "^4.3.6",
@@ -59,6 +58,7 @@
"log4js": "^6.9.1",
"qrcode-terminal": "^0.12.0",
"silk-wasm": "^3.6.1",
"strtok3": "8.0.1",
"ws": "^8.16.0"
}
}