include dotenv

This commit is contained in:
SowinskiBraeden committed 2022-12-03 12:31:50 -08:00
1 parent cb118a886f
commit db9dc35912
4 files changed
+18 -1

No files matched your search

+14
View File
@@ -11,6 +11,7 @@
"dependencies": {
"colors": "^1.4.0",
"discord.js": "^14.5.0",
"dotenv": "^16.0.3",
"express": "^4.17.1",
"moment-duration-format": "^2.3.2",
"mongodb": "^3.6.8",
@@ -455,6 +456,14 @@
"node": ">=16.9.0"
}
},
"node_modules/dotenv": {
"version": "16.0.3",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.3.tgz",
"integrity": "sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==",
"engines": {
"node": ">=12"
}
},
"node_modules/ee-first": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
@@ -2124,6 +2133,11 @@
"ws": "^8.9.0"
}
},
"dotenv": {
"version": "16.0.3",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.3.tgz",
"integrity": "sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ=="
},
"ee-first": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",