You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
677 B
30 lines
677 B
{
|
|
"dependencies": {
|
|
"@discordjs/rest": "^0.3.0",
|
|
"axios": "^0.21.1",
|
|
"discord.js": "^13.2.0",
|
|
"dotenv": "^8.2.0",
|
|
"gitlog": "^4.0.4",
|
|
"html-entities": "^2.3.2",
|
|
"log4js": "^6.4.3",
|
|
"mongoose": "^5.12.5"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.7.0",
|
|
"nodemon": "^2.0.15"
|
|
},
|
|
"name": "awesomescibo",
|
|
"version": "3.2.0",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"keywords": [
|
|
"discord",
|
|
"bot",
|
|
"science bowl",
|
|
"discord.js"
|
|
],
|
|
"author": "Abheek Dhawan&Tejas Chugh",
|
|
"license": "MIT",
|
|
"description": "A simple Discord bot that automatically generates Science Bowl rounds using the ScibowlDB API!"
|
|
}
|
|
|