discord-hangman
Version:
🎲 Complete framework to facilitate the creation of hangman games using discord.js V13
31 lines (30 loc) • 797 B
JSON
{
"name": "discord-hangman",
"version": "1.4.0",
"description": "🎲 Complete framework to facilitate the creation of hangman games using discord.js V13",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Simon Leclère",
"license": "ISC",
"dependencies": {
"discord.js": "^14.3.0",
"random-word": "^2.0.0"
},
"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"
}