package.json
{
"name": "sofancy",
"author": "xero <x@xero.style> (https://x-e.ro)",
"version": "3.4.3",
"main": "sofancy.js",
"description": "a fun unicode font tool",
"repository": {
"type": "git",
"url": "github.com:xero/sofancy"
},
"license": "CC0-1.0",
"bin": "sofancy.js",
"scripts": {
"completions": "./completions.js",
"test": "./sofancy.js -t So Fancy",
"lint": "eslint --cache ."
},
"keywords": [
"aesthetics",
"ascii",
"ascii-art",
"cli",
"console",
"fancy",
"font",
"fonts",
"lolcat",
"terminal",
"termfont",
"textart",
"text-art",
"tty",
"unicode",
"unicode-fonts"
]
}