Merge pull request #5 from EmotionChild/development

Development
This commit is contained in:
Emotion 2022-05-19 15:46:52 +12:00 committed by GitHub
commit 5e784094d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 653 additions and 133 deletions

778
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -22,15 +22,15 @@
"homepage": "https://github.com/EmotionChild/Giveaway-Child#readme", "homepage": "https://github.com/EmotionChild/Giveaway-Child#readme",
"dependencies": { "dependencies": {
"beautify": "^0.0.8", "beautify": "^0.0.8",
"discord-giveaways": "^5.0.1", "discord-giveaways": "^5.1.1",
"discord-sync-commands": "^0.3.0", "discord-sync-commands": "^0.3.0",
"discord.js": "^13.6.0", "discord.js": "^13.7.0",
"fero-ms": "^2.0.7", "fero-ms": "^2.0.7",
"ms": "^2.1.3", "ms": "^2.1.3",
"quickdb": "^1.0.5", "quickdb": "^1.0.5",
"quickmongo": "^4.0.0" "quickmongo": "^5.1.2"
}, },
"devDependencies": { "devDependencies": {
"nodemon": "^2.0.13" "nodemon": "^2.0.16"
} }
} }