@ -1,3 +1,4 @@
//npm install
const readlineSync = require("readline-sync");
//funkce pro vybrání náhodne slo pro hru
@ -7,5 +7,8 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "KM",
"license": "ISC"
"license": "ISC",
"dependencies": {
"readline-sync": "^1.4.10"
}