diff --git a/package.json b/package.json index 57db7b2..c96f37a 100644 --- a/package.json +++ b/package.json @@ -9,10 +9,14 @@ "log4js": "^6.4.3", "mongoose": "^5.12.5" }, - "name": "awscibo", - "version": "0.5.1", + "devDependencies": { + "eslint": "^8.7.0", + "nodemon": "^2.0.15" + }, + "name": "awesomescibo", + "version": "2.0.0", "scripts": { - "start": "node awesomescibo.js" + "start": "node index.js" }, "keywords": [ "discord", @@ -21,10 +25,6 @@ "discord.js" ], "author": "Abheek Dhawan&Tejas Chugh", - "license": "Apache-2.0", - "description": "A simple Discord bot that automatically generates Science Bowl rounds using the ScibowlDB API!", - "devDependencies": { - "eslint": "^8.7.0", - "nodemon": "^2.0.15" - } + "license": "MIT", + "description": "A simple Discord bot that automatically generates Science Bowl rounds using the ScibowlDB API!" }