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.
 
 
 

31 lines
754 B

{
"dependencies": {
"axios": "^0.21.1",
"discord.js": "github:discordjs/discord.js",
"dotenv": "^8.2.0",
"eslint": "^7.21.0",
"fs": "^0.0.1-security",
"gitlog": "^4.0.4",
"mongoose": "^5.12.5",
"node-fetch": "^2.6.1"
},
"name": "awscibo",
"version": "0.4.1",
"main": "awesomescibo.js",
"bin": {
"awscibo": "./awesomescibo.js"
},
"scripts": {
"test": "node awesomescibo.js randomtoken",
"start": "nodemon awesomescibo.js"
},
"keywords": [
"discord",
"bot",
"science bowl",
"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!"
}