You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "\"A simple CLI game where you guess a random number within a range. Receive feedback on whether your guess is too high, too low, or correct. Try to guess the number in as few attempts as possible!\"",
"main": "index.js",
"type": "module",
"bin": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"