|
|
@ -11,6 +11,7 @@ |
|
|
|
"dependencies": { |
|
|
|
"csvtojson": "^2.0.10", |
|
|
|
"discord.js": "github:discordjs/discord.js", |
|
|
|
"dotenv": "^10.0.0", |
|
|
|
"mongodb": "^3.6.5", |
|
|
|
"node-fetch": "^2.6.1", |
|
|
|
"nodemon": "^2.0.7" |
|
|
@ -502,6 +503,14 @@ |
|
|
|
"node": ">=8" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/dotenv": { |
|
|
|
"version": "10.0.0", |
|
|
|
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz", |
|
|
|
"integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==", |
|
|
|
"engines": { |
|
|
|
"node": ">=10" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/duplexer3": { |
|
|
|
"version": "0.1.4", |
|
|
|
"resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz", |
|
|
@ -1895,6 +1904,11 @@ |
|
|
|
"is-obj": "^2.0.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"dotenv": { |
|
|
|
"version": "10.0.0", |
|
|
|
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz", |
|
|
|
"integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==" |
|
|
|
}, |
|
|
|
"duplexer3": { |
|
|
|
"version": "0.1.4", |
|
|
|
"resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz", |
|
|
|