hangman-discord
Version:
Hangman module For discord.js bots
23 lines (22 loc) • 465 B
JSON
{
"name": "hangman-discord",
"version": "1.4.3",
"description": "Hangman module For discord.js bots",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"discord.js",
"hangman"
],
"author": "dionsyran2",
"license": "ISC",
"repository": {
"directory": "dionsyran2/hangman-discord"
},
"dependencies": {
"node-fetch": "^2.6.2",
"node-html-to-image": "^3.2.0"
}
}