{
  "name": "simple-numbers-game",
  "version": "1.1.12",
  "description": "Try our Simple Number Game, made with TypeScript and Node.js. Have fun guessing numbers 1 to 10 with hints to help you. It's easy to play and addictive, great for everyone. Try to find the hidden numbers and win. Play alone or with friends, it's sure to keep you entertained and wanting more.",
  "main": "index.js",
  "type": "module",
  "bin": "./main.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "TypeScript",
    "Node.js",
    "Number Game",
    "Guessing Game",
    "Tips",
    "Tips and Tricks",
    "Fun",
    "Game Development",
    "NPM",
    "Interactive",
    "Entertainment",
    "Puzzle",
    "Strategy",
    "Guessing",
    "Random Numbers"
  ],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@types/node": "^20.11.30",
    "chalk": "^5.3.0",
    "chalk-animation": "^2.0.3",
    "inquirer": "^9.2.16",
    "node-banner": "^1.4.0"
  },
  "devDependencies": {
    "@types/chalk": "^2.2.0",
    "@types/chalk-animation": "^1.6.3",
    "@types/inquirer": "^9.0.7"
  },
  "repository": {
    "type": "github",
    "url": "https://github.com/Shehbaz-Niazi/NumberGussingGame"
  }
}
