2022-12-15 13:07:35 -06:00
|
|
|
{
|
|
|
|
"dependencies": {
|
2022-12-16 02:42:59 -06:00
|
|
|
"@pm2/io": "^5.0.0",
|
2024-06-18 15:33:16 -05:00
|
|
|
"discord.js": "^14.15.3",
|
2022-12-15 13:07:35 -06:00
|
|
|
"dotenv": "^16.0.3"
|
|
|
|
},
|
2022-12-16 05:54:54 -06:00
|
|
|
"name": "konpeki-discordbot",
|
2022-12-15 13:07:35 -06:00
|
|
|
"version": "1.0.0",
|
2022-12-16 05:54:54 -06:00
|
|
|
"description": "A Discord bot with varied functionalities",
|
2022-12-15 13:07:35 -06:00
|
|
|
"main": "index.js",
|
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "^8.29.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-12-16 05:54:54 -06:00
|
|
|
"url": "git+https://github.com/TheShadowEevee/Konpeki-Discord-Bot.git"
|
2022-12-15 13:07:35 -06:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"RTD",
|
|
|
|
"Discord",
|
|
|
|
"Bot",
|
2022-12-16 05:54:54 -06:00
|
|
|
"Konpeki"
|
2022-12-15 13:07:35 -06:00
|
|
|
],
|
|
|
|
"author": "TheShadowEevee",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2022-12-16 05:54:54 -06:00
|
|
|
"url": "https://github.com/TheShadowEevee/Konpeki-Discord-Bot/issues"
|
2022-12-15 13:07:35 -06:00
|
|
|
},
|
2022-12-16 05:54:54 -06:00
|
|
|
"homepage": "https://github.com/TheShadowEevee/Konpeki-Discord-Bot#readme"
|
2022-12-15 13:07:35 -06:00
|
|
|
}
|