add invites, fix apiauth query, use luxon for date management, change readme

This commit is contained in:
creations 2025-03-03 18:31:26 -05:00
parent 9fcaac4dfb
commit 9a91f1e7e3
Signed by: creations
GPG key ID: 8F553AA4320FC711
10 changed files with 436 additions and 29 deletions

View file

@ -13,6 +13,7 @@
"@eslint/js": "^9.21.0",
"@types/bun": "^1.2.4",
"@types/ejs": "^3.1.5",
"@types/luxon": "^3.4.2",
"@typescript-eslint/eslint-plugin": "^8.25.0",
"@typescript-eslint/parser": "^8.25.0",
"eslint": "^9.21.0",
@ -30,6 +31,7 @@
"dependencies": {
"ejs": "^3.1.10",
"fast-jwt": "^5.0.5",
"luxon": "^3.5.0",
"redis": "^4.7.0"
}
}