mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
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>
11 lines
180 B
JSON
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"
|
|
}
|
|
}
|