{
  "name": "console-fun",
  "version": "4.0.0",
  "description": "Some stuff in the console: utils, printing, games and other fun",
  "homepage": "https://github.com/akgondber/console-fun",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/akgondber/console-fun.git"
  },
  "main": "dist/cli.mjs",
  "scripts": {
    "test": "prettier . --check",
    "build": "unbuild",
    "go": "node dist/cli.mjs",
    "prettify": "prettier . --write"
  },
  "keywords": [
    "fun",
    "game",
    "productivity",
    "console",
    "terminal",
    "tool",
    "reader",
    "print",
    "typer",
    "watcher",
    "figure",
    "figures"
  ],
  "author": "Rushan Alyautdinov",
  "license": "MIT",
  "bin": {
    "console-fun": "dist/cli.mjs",
    "confun": "dist/cli.mjs",
    "cofun": "dist/cli.mjs",
    "cofu": "dist/cli.mjs"
  },
  "dependencies": {
    "ansi-escapes": "^7.0.0",
    "chalk": "^5.3.0",
    "coloreme": "^1.0.5",
    "delay": "^6.0.0",
    "fast-shuffle": "^6.1.0",
    "figures": "^6.1.0",
    "gradient-string": "^2.0.2",
    "log-update": "^6.0.0",
    "meow": "^13.2.0",
    "rambda": "^9.2.0",
    "string-width": "^7.1.0",
    "terminal-size": "^4.0.0"
  },
  "devDependencies": {
    "prettier": "^3.3.2",
    "unbuild": "^3.5.0"
  }
}
