{
  "name": "mubeen-calculator",
  "version": "1.2.0",
  "description": "Welcome to My MathMagic CLI Calculator, your stylish and magical command-line calculator!",
  "main": "index.js",
  "type": "module",
  "bin": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "Basic Calculator",
    "Math Calculations",
    "npm Package",
    "JavaScript",
    "Node.js",
    "Addition",
    "Subtraction",
    "Multiplication",
    "Division",
    "Arithmetic Operations",
    "Power",
    "Boxen",
    "Clear"
  ],
  "author": "Mubeen Mehmood",
  "license": "ISC",
  "devDependencies": {
    "@types/boxen": "^3.0.1",
    "@types/chalk": "^2.2.0",
    "@types/chalk-animation": "^1.6.3",
    "@types/inquirer": "^9.0.7",
    "@types/node": "^20.10.4"
  },
  "dependencies": {
    "boxen": "^7.1.1",
    "chalk": "^5.3.0",
    "chalk-animation": "^2.0.3",
    "clear": "^0.1.0",
    "inquirer": "^9.2.12"
  }
}
