Konpeki-Discord-Bot/package.json

34 lines
783 B
JSON
Raw Normal View History

2022-12-15 13:07:35 -06:00
{
"dependencies": {
2022-12-16 02:42:59 -06:00
"@pm2/io": "^5.0.0",
"discord.js": "^14.15.3",
2022-12-15 13:07:35 -06:00
"dotenv": "^16.0.3"
},
"name": "konpeki-discordbot",
2022-12-15 13:07:35 -06:00
"version": "1.0.0",
"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",
"url": "git+https://github.com/TheShadowEevee/Konpeki-Discord-Bot.git"
2022-12-15 13:07:35 -06:00
},
"keywords": [
"RTD",
"Discord",
"Bot",
"Konpeki"
2022-12-15 13:07:35 -06:00
],
"author": "TheShadowEevee",
"license": "MIT",
"bugs": {
"url": "https://github.com/TheShadowEevee/Konpeki-Discord-Bot/issues"
2022-12-15 13:07:35 -06:00
},
"homepage": "https://github.com/TheShadowEevee/Konpeki-Discord-Bot#readme"
2022-12-15 13:07:35 -06:00
}