v3/packages/bot/package.json
dependabot[bot] ad4b70655e
chore(deps): bump dotenv from 14.3.2 to 16.0.0
Bumps [dotenv](https://github.com/motdotla/dotenv) from 14.3.2 to 16.0.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v14.3.2...v16.0.0)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-05 05:46:13 +00:00

11 lines
180 B
JSON

{
"name": "@roleypoly/bot",
"version": "0.1.0",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"discord.js": "^13.6.0",
"dotenv": "^16.0.0"
}
}