Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AToska21 authored Apr 5, 2022
1 parent 05b4660 commit 680b0e2
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "minecraft-server-status-bot",
"version": "1.0.0",
"description": "Minecraft Server Status Bot is a Discord Bot Which Gives You Status Of Your Minecraft Server .",
"name": "mcsrvbot",
"version": "0.4",
"description": "McSrvBot is a Discord bot that tells you the status of your Minecraft server!",
"main": "index.js",
"scripts": {
"start": "node index.js"
"delete-config": "rm -rf config.json"
"delete-config:windows": "del config.json"
},
"keywords": [],
"author": "LegendX",
"license": "ISC",
"author": "AToska21",
"license": "All Rights Reserved",
"dependencies": {
"discord.js": "^12.5.3",
"discord.js-pagination": "^1.0.3",
Expand Down

0 comments on commit 680b0e2

Please sign in to comment.