skill-issues
Version:
Skill issues - is a npm wrapper that console logs "Skill issues" banner when error occurs.
35 lines (34 loc) • 599 B
JSON
{
"name": "skill-issues",
"version": "1.2.8",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"skill-issues",
"skill-issue",
"npm-wrapper",
"npm",
"js",
"npm-error",
"error",
"404",
"cli",
"fun",
"useless"
],
"author": "sanxzhar",
"license": "ISC",
"bin": {
"sis": "./index.js",
"skill-issues": "./index.js"
},
"dependencies": {
"child_process": "^1.0.2",
"figlet": "^1.7.0",
"gradient-string": "^2.0.2"
}
}