phraze
Version:
ASCII cartoon characters
37 lines (36 loc) • 609 B
JSON
{
"name": "phraze",
"version": "2.1.0",
"description": "ASCII cartoon characters",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/Serjeel-Ranjan-911/ASCII-Art-Cartoon-CLI"
},
"bin": "cli.js",
"type":"module",
"keywords": [
"ASCII",
"ART",
"CLI",
"CARTOON",
"CHARACTER",
"TERMINAL"
],
"files": [
"index.js",
"cli.js",
"data.json",
"gradients.js",
"utilities.js",
"package.json",
"ASCII"
],
"author": "Serjeel Ranjan",
"license": "ISC",
"dependencies": {
"boxen": "^6.2.1",
"gradient-string": "^2.0.0",
"taketalk": "^1.0.0"
}
}