{
  "name": "cantor-dust-cli",
  "version": "1.2.0",
  "description": "Print the Cantor Dust Fractal to the console!",
  "main": "./src/index.js",
  "bin": {
    "cantor-dust-cli": "./src/cli.js"
  },
  "files": [
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/spirometaxas/cantor-dust-cli.git"
  },
  "homepage": "https://spirometaxas.com/projects/fractals-cli",
  "scripts": {
    "cli": "node ./src/cli.js"
  },
  "author": {
    "name" : "Spiro Metaxas",
    "url" : "https://spirometaxas.com"
  },
  "license": "MIT", 
  "keywords": [ 
    "Cantor", 
    "Cantor Dust",
    "fractal",
    "fractals", 
    "cantor-dust-cli", 
    "cli",
    "console",
    "terminal",
    "shell",
    "unicode" 
  ]
}
