UNPKG

falgames

Version:

Falgames is a helpful package to enhance your discord bot with fun and interactive minigames

43 lines (42 loc) 915 B
{ "name": "falgames", "version": "1.2.3", "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", "type": "module", "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" } }