{
  "name": "adebankatm",
  "version": "1.0.0",
  "description": "AdeBank ATM build with Typescript.",
  "main": "index.js",
  "type": "module",
  "bin":  "./index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rajaadeeltalib/adeBankATM"
  },
  "keywords": [
    "ATM",
    "BANK"
  ],  
  "author": "Adeel Talib",
  "license": "ISC",
  "dependencies": {
    "chalk": "^5.1.2",
    "chalk-animation": "^2.0.3",
    "inquirer": "^9.1.4",
    "nanospinner": "^1.1.0"
  },
  "devDependencies": {
    "@types/chalk-animation": "^1.6.1",
    "@types/inquirer": "^9.0.3"
  }
}
