mirror of
https://github.com/TheShadowEevee/Konpeki-Discord-Bot.git
synced 2025-01-11 14:38:49 -06:00
43f2d91f66
Bumps [ws](https://github.com/websockets/ws) to 8.17.1 and updates ancestor dependency [discord.js](https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js). These dependencies need to be updated together. Updates `ws` from 8.14.2 to 8.17.1 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.14.2...8.17.1) Updates `discord.js` from 14.14.1 to 14.15.3 - [Release notes](https://github.com/discordjs/discord.js/releases) - [Changelog](https://github.com/discordjs/discord.js/blob/main/packages/discord.js/CHANGELOG.md) - [Commits](https://github.com/discordjs/discord.js/commits/14.15.3/packages/discord.js) --- updated-dependencies: - dependency-name: ws dependency-type: indirect - dependency-name: discord.js dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
33 lines
783 B
JSON
33 lines
783 B
JSON
{
|
|
"dependencies": {
|
|
"@pm2/io": "^5.0.0",
|
|
"discord.js": "^14.15.3",
|
|
"dotenv": "^16.0.3"
|
|
},
|
|
"name": "konpeki-discordbot",
|
|
"version": "1.0.0",
|
|
"description": "A Discord bot with varied functionalities",
|
|
"main": "index.js",
|
|
"devDependencies": {
|
|
"eslint": "^8.29.0"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/TheShadowEevee/Konpeki-Discord-Bot.git"
|
|
},
|
|
"keywords": [
|
|
"RTD",
|
|
"Discord",
|
|
"Bot",
|
|
"Konpeki"
|
|
],
|
|
"author": "TheShadowEevee",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/TheShadowEevee/Konpeki-Discord-Bot/issues"
|
|
},
|
|
"homepage": "https://github.com/TheShadowEevee/Konpeki-Discord-Bot#readme"
|
|
}
|