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.
32 lines
785 B
32 lines
785 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",
|
|
"html-entities": "^2.3.2",
|
|
"mongoose": "^5.12.5",
|
|
"node-fetch": "^2.6.1"
|
|
},
|
|
"name": "awscibo",
|
|
"version": "0.5.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!"
|
|
}
|
|
|