{ "name": "hangman", "version": "1.0.0", "description": "Mala jednoducha hra", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "KM", "license": "ISC", "dependencies": { "readline-sync": "^1.4.10" } }