atikin-bug-storyteller
Version:
CLI tool that transforms error messages into funny stories. Developed by Atikin Verse.
36 lines (35 loc) • 722 B
JSON
{
"name": "atikin-bug-storyteller",
"version": "0.0.1",
"description": "CLI tool that transforms error messages into funny stories. Developed by Atikin Verse.",
"main": "index.js",
"bin": {
"atikin-bug-storyteller": "./bin/index.js"
},
"directories": {
"example": "examples",
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"atikinverse",
"atikin-bug-storyteller",
"atikin-bug",
"atikin-storyteller",
"bug-storyteller",
"cli",
"debugging",
"fun",
"errormessage",
"atikin"
],
"author": "Atikin Verse",
"dependencies": {
"chalk": "^5.4.1"
},
"engines": {
"node": ">=16"
}
}