8d33b475dc
Bumps [discord-giveaways](https://github.com/Androz2091/discord-giveaways) from 5.2.1 to 5.2.2. - [Release notes](https://github.com/Androz2091/discord-giveaways/releases) - [Commits](https://github.com/Androz2091/discord-giveaways/compare/v5.2.1...v5.2.2) --- updated-dependencies: - dependency-name: discord-giveaways dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
36 lines
845 B
JSON
36 lines
845 B
JSON
{
|
|
"name": "giveaway-child",
|
|
"version": "2.1.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"dev": "nodemon index.js"
|
|
},
|
|
"engines": {
|
|
"node": "16.x"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/EmotionChild/Giveaway-Child.git"
|
|
},
|
|
"author": "EmotionChild",
|
|
"license": "GPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/EmotionChild/Giveaway-Child/issues"
|
|
},
|
|
"homepage": "https://github.com/EmotionChild/Giveaway-Child#readme",
|
|
"dependencies": {
|
|
"beautify": "^0.0.8",
|
|
"discord-giveaways": "^5.2.2",
|
|
"discord-sync-commands": "^0.3.0",
|
|
"discord.js": "^13.8.1",
|
|
"fero-ms": "^2.0.7",
|
|
"ms": "^2.1.3",
|
|
"quickdb": "^1.0.5",
|
|
"quickmongo": "^5.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.19"
|
|
}
|
|
}
|