falgames
Version:
Falgames is a helpful package to enhance your discord bot with fun and interactive minigames
42 lines (41 loc) • 894 B
JSON
{
"name": "falgames",
"version": "1.2.1",
"description": "Falgames is a helpful package to enhance your discord bot with fun and interactive minigames",
"main": "index.js",
"scripts": {
"test": "cd test && node ."
},
"author": "Falcão",
"license": "MIT",
"dependencies": {
"canvas": "^3.0.1",
"discord.js": "^14.14.1",
"html-entities": "^2.5.2"
},
"engines": {
"node": ">=18.0.0"
},
"homepage": "https://github.com/falcao-g/Falgames#readme",
"keywords": [
"discord",
"discord-games",
"discord.js",
"minigames"
],
"files": [
"src",
"index.js",
"utils"
],
"repository": {
"type": "git",
"url": "git+https://github.com/falcao-g/Falgames.git"
},
"bugs": {
"url": "https://github.com/falcao-g/Falgames/issues"
},
"directories": {
"src": "src"
}
}