galactic-bot/package.json
dependabot[bot] 9f62820cf1
Bump moment from 2.29.1 to 2.29.2
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.1...2.29.2)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-09 10:17:49 +00:00

40 lines
1.1 KiB
JSON

{
"name": "new-gbot",
"version": "3.1.0-dev.1",
"description": "New iteration of GalacticBot",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon --trace-warnings --unhandled-rejections=strict index.js",
"debug": "node --trace-warnings --inspect index.js",
"update": "git pull && cd api && yarn update"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Navy-gif/New-GBot.git"
},
"author": "Navy.gif & Nolan",
"license": "ISC",
"bugs": {
"url": "https://github.com/Navy-gif/New-GBot/issues"
},
"homepage": "https://github.com/Navy-gif/New-GBot#readme",
"dependencies": {
"@discordjs/collection": "^0.2.1",
"@discordjs/rest": "^0.1.0-canary.0",
"chalk": "^4.1.2",
"discord.js": "^13.5.1",
"dotenv": "^10.0.0",
"humanize-duration": "^3.27.1",
"moment": "^2.29.2",
"mongodb": "^3.5.9",
"object-hash": "^3.0.0",
"timestring": "^6.0.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"nodemon": "^2.0.7"
}
}