UNPKG

console-fun

Version:

Some stuff in the console: utils, printing, games and other fun

53 lines (52 loc) 1.11 kB
{ "name": "console-fun", "version": "3.1.0", "description": "Some stuff in the console: utils, printing, games and other fun", "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" } }