Browse Source

Update package.json

pull/28/head
Abheek Dhawan 3 years ago
parent
commit
a0c9a8a722
Signed by: abheekd GPG Key ID: 7BE81B8C14475B67
  1. 18
      package.json

18
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!"
}

Loading…
Cancel
Save