Holana/package.json
dependabot[bot] 7b5280f3dc
Bump discord.js from 13.6.0 to 13.7.0
Bumps [discord.js](https://github.com/discordjs/discord.js) from 13.6.0 to 13.7.0.
- [Release notes](https://github.com/discordjs/discord.js/releases)
- [Changelog](https://github.com/discordjs/discord.js/blob/13.7.0/CHANGELOG.md)
- [Commits](https://github.com/discordjs/discord.js/compare/13.6.0...13.7.0)

---
updated-dependencies:
- dependency-name: discord.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-18 18:35:58 +00:00

36 lines
845 B
JSON

{
"name": "giveaway-child",
"version": "2.0.1",
"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.0.1",
"discord-sync-commands": "^0.3.0",
"discord.js": "^13.7.0",
"fero-ms": "^2.0.7",
"ms": "^2.1.3",
"quickdb": "^1.0.5",
"quickmongo": "^4.0.0"
},
"devDependencies": {
"nodemon": "^2.0.13"
}
}