Added the discord-oauth2 package to the package.json
This commit is contained in:
parent
8c5a4a94a0
commit
bb23b7ce01
@ -11,6 +11,7 @@
|
|||||||
"dev": "nodemon app.ts"
|
"dev": "nodemon app.ts"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"discord-oauth2": "^2.10.0",
|
||||||
"dotenv": "^16.0.2",
|
"dotenv": "^16.0.2",
|
||||||
"express": "^4.18.1",
|
"express": "^4.18.1",
|
||||||
"mongoose": "^6.5.4",
|
"mongoose": "^6.5.4",
|
||||||
|
@ -334,6 +334,11 @@ diff@^4.0.1:
|
|||||||
resolved "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz"
|
resolved "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz"
|
||||||
integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
|
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:
|
dotenv@^16.0.2:
|
||||||
version "16.0.2"
|
version "16.0.2"
|
||||||
resolved "https://registry.npmjs.org/dotenv/-/dotenv-16.0.2.tgz"
|
resolved "https://registry.npmjs.org/dotenv/-/dotenv-16.0.2.tgz"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user