nvmrc, package updates

This commit is contained in:
mightypanders 2023-05-04 23:38:11 +02:00
parent 08996386ca
commit 2e99a98e2d
4 changed files with 1946 additions and 622 deletions

1
.nvmrc Normal file
View File

@ -0,0 +1 @@
v18.16.0

View File

@ -1,7 +1,7 @@
import { ExtendedClient } from "./server/structures/client"
import { JellyfinHandler } from "./jellyfin/handler"
import { config } from "./server/configuration"
import { logger } from "./server/logger"
import { JellyfinHandler } from "./server/jellyfin/handler"
const requestId = 'startup'
export const jellyfinHandler = new JellyfinHandler(config)

2561
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,15 +9,17 @@
"@tsconfig/recommended": "^1.0.2",
"@types/node": "^18.15.11",
"@types/request": "^2.48.8",
"@types/uuid": "^9.0.1",
"axios": "^1.3.5",
"date-fns": "^2.29.3",
"discord-api-types": "^0.37.38",
"discord.js": "^14.9.0",
"dotenv": "^16.0.3",
"jellyfin-apiclient": "^1.10.0",
"request": "^2.88.2",
"sqlite3": "^5.1.6",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"uuid": "^9.0.0",
"winston": "^3.8.2"
},
"scripts": {