discord-hangman-game
Version:
The hangman game on discord with images
27 lines (26 loc) • 655 B
JSON
{
"name": "discord-hangman-game",
"version": "0.0.4",
"description": "The hangman game on discord with images",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KartikeSingh/discord-hangman.git"
},
"keywords": [
"hangman"
],
"author": "Shisui",
"license": "ISC",
"bugs": {
"url": "https://github.com/KartikeSingh/discord-hangman/issues"
},
"homepage": "https://github.com/KartikeSingh/discord-hangman#readme",
"dependencies": {
"@napi-rs/canvas": "^0.1.34",
"discord.js": "^14.7.1"
}
}