Files
ghbot/package.json
dependabot[bot] 8730b90039 Bump axios from 0.21.1 to 0.21.2
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-15 00:21:34 +00:00

20 lines
399 B
JSON

{
"name": "ghbot",
"version": "1.6.9",
"description": "",
"main": "discord.js",
"dependencies": {
"axios": "^0.21.2",
"discord.js": "^12.5.3",
"libsodium-wrappers": "^0.7.9",
"node-schedule": "^2.0.0",
"opusscript": "^0.0.8"
},
"devDependencies": {},
"scripts": {
"start": "pm2 start discord.js --name ghbot-discord"
},
"author": "",
"license": "MIT"
}