{
  "name": "@rxan/figletify",
  "version": "1.2.2",
  "description": "A Pretty CLI tool to generate ASCII / Figlet Text",
  "bin": "./index.js",
  "main": "index.js",
  "author": "rxan",
  "license": "MIT",
  "type": "module",
  "dependencies": {
    "chalk-animation": "^2.0.2",
    "figlet": "^1.5.2",
    "inquirer": "^9.0.2",
    "picocolors": "^1.0.0"
  },
  "keywords": [
    "chalk",
    "chalk-animation",
    "chalk-animation-demo",
    "rxan",
    "figlet",
    "figletify",
    "@rxan/figletify"
  ],
  "devDependencies": {
    "pkg": "^5.8.0"
  },
  "scripts": {
    "runfigletify": "node ./node_modules/figletify/index.js"
  }
}