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.
20 lines
541 B
20 lines
541 B
{
|
|
"dependencies": {
|
|
"discord.js": "^12.5.1",
|
|
"fs": "^0.0.1-security",
|
|
"node-fetch": "^2.6.1"
|
|
},
|
|
"name": "awscibo",
|
|
"version": "0.0.4",
|
|
"main": "awesomescibo.mjs",
|
|
"bin": {
|
|
"awscibo": "./awesomescibo.mjs"
|
|
},
|
|
"scripts": {
|
|
"test": "node awesomescibo.mjs randomtoken"
|
|
},
|
|
"keywords": ["discord", "bot", "science bowl", "discord.js"],
|
|
"author": "Abheek Dhawan",
|
|
"license": "Apache 2.0",
|
|
"description": "A simple Discord bot that automatically generates Science Bowl rounds using the ScibowlDB API!"
|
|
}
|
|
|