{
  "name": "farhadali-number-guessing-game",
  "version": "2.1.0",
  "description": "This is a number-guessing-game",
  "main": "index.js",
  "type": "module",
  "bin":"index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "Guess",
    "game",
    "simple_Game"
  ],
  "author": "Farhad Ali Laghari",
  "license": "ISC",
  "dependencies": {
    "inquirer": "^9.2.16"
  },
  "devDependencies": {
    "@types/inquirer": "^9.0.7"
  }
}
