quizzcord
Version:
A simple quizz package for discord bots where you can create your own quizz and play with your friends or with the community !
47 lines (46 loc) • 1.01 kB
JSON
{
"name": "quizzcord",
"version": "1.0.10",
"description": "A simple quizz package for discord bots where you can create your own quizz and play with your friends or with the community !",
"main": "src/index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TrRollet/QuizzCord.git"
},
"keywords": [
"discord",
"quizz",
"bot",
"discord-bot",
"discordjs",
"discord.js",
"question",
"questions",
"quizzcord",
"answer",
"trivia",
"trivia-bot",
"trivia-quiz",
"trivia-game",
"game",
"games",
"quiz",
"quizzes",
"trivia-quiz-bot",
"fun",
"easy",
"simple",
"setup"
],
"author": "TrRollet",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/TrRollet/QuizzCord/issues"
},
"homepage": "https://github.com/TrRollet/QuizzCord#readme",
"dependencies": {},
"devDependencies": {}
}