Added the discord-oauth2 package to the package.json

This commit is contained in:
Mathias Wagner 2022-09-08 23:49:31 +02:00
parent 8c5a4a94a0
commit bb23b7ce01
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44
2 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,7 @@
"dev": "nodemon app.ts"
},
"dependencies": {
"discord-oauth2": "^2.10.0",
"dotenv": "^16.0.2",
"express": "^4.18.1",
"mongoose": "^6.5.4",

View File

@ -334,6 +334,11 @@ diff@^4.0.1:
resolved "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz"
integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
discord-oauth2@^2.10.0:
version "2.10.0"
resolved "https://registry.yarnpkg.com/discord-oauth2/-/discord-oauth2-2.10.0.tgz#7d31baced2b96c739b194c0ae42254cace3dcecd"
integrity sha512-AV+pjKURHyGTCLCUO1vep83/M8zzlAaTkpjAB6bisBCjsyiQzJGihKR4dlM88UeAaJbyqDxnHIsHafePIO2ssg==
dotenv@^16.0.2:
version "16.0.2"
resolved "https://registry.npmjs.org/dotenv/-/dotenv-16.0.2.tgz"