{
  "name": "001cli_simple_caculator",
  "version": "1.0.0",
  "description": "A basic Caculator built using Typescript, Node.js and the Inquirer.js library. This tool performs caculations via a command-line interface. Efficient, interactive, and coded with type safety in mind.",
  "main": "index.js",
  "type": "module",
  "bin": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "\"Umaima_Sharif\"",
  "license": "MIT",
  "dependencies": {
    "inquirer": "^10.1.8"
  },
  "devDependencies": {
    "@types/inquirer": "^9.0.7"
  }
}
