|
@ -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" |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
} |
|
|