forked from atums.world/backend
add invites, fix apiauth query, use luxon for date management, change readme
This commit is contained in:
parent
9fcaac4dfb
commit
9a91f1e7e3
10 changed files with 436 additions and 29 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue