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", "log4js": "^6.4.3",
"mongoose": "^5.12.5" "mongoose": "^5.12.5"
}, },
"name": "awscibo", "devDependencies": {
"version": "0.5.1", "eslint": "^8.7.0",
"nodemon": "^2.0.15"
},
"name": "awesomescibo",
"version": "2.0.0",
"scripts": { "scripts": {
"start": "node awesomescibo.js" "start": "node index.js"
}, },
"keywords": [ "keywords": [
"discord", "discord",
@ -21,10 +25,6 @@
"discord.js" "discord.js"
], ],
"author": "Abheek Dhawan&Tejas Chugh", "author": "Abheek Dhawan&Tejas Chugh",
"license": "Apache-2.0", "license": "MIT",
"description": "A simple Discord bot that automatically generates Science Bowl rounds using the ScibowlDB API!", "description": "A simple Discord bot that automatically generates Science Bowl rounds using the ScibowlDB API!"
"devDependencies": {
"eslint": "^8.7.0",
"nodemon": "^2.0.15"
}
} }

Loading…
Cancel
Save