Commit-Overflow-Counting/package.json

34 lines
783 B
JSON
Raw Permalink Normal View History

{
"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"
}