UNPKG

discord-hangman-palaexpress

Version:

🎲 Complete framework to facilitate the creation of hangman games using discord.js

31 lines (30 loc) • 775 B
{ "name": "discord-hangman-palaexpress", "version": "1.0.0", "description": "🎲 Complete framework to facilitate the creation of hangman games using discord.js", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Simon Leclère", "license": "ISC", "dependencies": { "discord.js": "^12.5.1", "random-word": "^2.0.0" }, "devDependencies": {}, "keywords": [ "discord", "hangman", "discord-hangman", "pendu" ], "repository": { "type": "git", "url": "git+https://github.com/SimonLeclere/discord-hangman.git" }, "bugs": { "url": "https://github.com/SimonLeclere/discord-hangman/issues" }, "homepage": "https://github.com/SimonLeclere/discord-hangman" }