{
  "name": "angel-blessing-cli",
  "version": "1.0.0",
  "description": "An interactive CLI tool with angel-themed greetings and blessings",
  "main": "index.js",
  "bin": {
    "angel": "index.js"
  },
  "scripts": {
    "start": "node index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "angel",
    "blessing",
    "greetings",
    "utility",
    "cli",
    "interactive"
  ],
  "author": "Maisy",
  "license": "ISC",
  "dependencies": {
    "chalk": "^4.1.2",
    "figlet": "^1.5.2",
    "gradient-string": "^2.0.2",
    "inquirer": "^8.2.5",
    "nanospinner": "^1.1.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/awhmaisy/angel.git"
  },
  "bugs": {
    "url": "https://github.com/awhmaisy/angel/issues"
  },
  "homepage": "https://github.com/awhmaisy/angel#readme"
}
