Fix incorrect information in package.json

This commit is contained in:
Michael 2022-12-16 06:54:54 -05:00
parent d3efa6b7a4
commit fd08706eb0
2 changed files with 8 additions and 10 deletions

4
package-lock.json generated
View file

@ -1,11 +1,11 @@
{
"name": "rollthedice-discordbot",
"name": "konpeki-discordbot",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "rollthedice-discordbot",
"name": "konpeki-discordbot",
"version": "1.0.0",
"license": "MIT",
"dependencies": {

View file

@ -4,9 +4,9 @@
"discord.js": "^14.7.1",
"dotenv": "^16.0.3"
},
"name": "rollthedice-discordbot",
"name": "konpeki-discordbot",
"version": "1.0.0",
"description": "A Discord Bot that throws out random scenarios based on a premade list",
"description": "A Discord bot with varied functionalities",
"main": "index.js",
"devDependencies": {
"eslint": "^8.29.0"
@ -16,20 +16,18 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheShadowEevee/RollTheDice-DiscordBot.git"
"url": "git+https://github.com/TheShadowEevee/Konpeki-Discord-Bot.git"
},
"keywords": [
"RTD",
"Discord",
"Bot",
"Roll",
"The",
"Dice"
"Konpeki"
],
"author": "TheShadowEevee",
"license": "MIT",
"bugs": {
"url": "https://github.com/TheShadowEevee/RollTheDice-DiscordBot/issues"
"url": "https://github.com/TheShadowEevee/Konpeki-Discord-Bot/issues"
},
"homepage": "https://github.com/TheShadowEevee/RollTheDice-DiscordBot#readme"
"homepage": "https://github.com/TheShadowEevee/Konpeki-Discord-Bot#readme"
}