@iamsidar07/guessme
Version:
"Hangman game for terminal"
27 lines (26 loc) • 498 B
JSON
{
"name": "@iamsidar07/guessme",
"version": "1.1.0",
"description": "\"Hangman game for terminal\"",
"main": "index.js",
"type": "module",
"bin": {
"guessme":"./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"hangman",
"Hangman",
"guessme",
"guessmeright"
],
"author": "Manoj Kumar",
"license": "ISC",
"dependencies": {
"chalk": "^5.3.0",
"inquirer": "^9.2.12",
"ora": "^8.0.1"
}
}