helem-cli
Version:
A fun CLI tool that displays a shocked ASCII art face with encouraging messages when you run upgrade commands
26 lines (25 loc) • 817 B
JSON
{ "name": "helem-cli",
"version": "1.1.0",
"description": "A fun CLI tool that displays a shocked ASCII art face with encouraging messages when you run upgrade commands",
"main": "bin/helem.js",
"bin": {
"helem": "./bin/helem.js"
},
"scripts": {
"start": "node bin/helem.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["cli", "ascii", "art", "shock", "upgrade", "terminal", "fun", "developer-tools"],
"author": "hanna",
"license": "MIT", "repository": {
"type": "git",
"url": "https://github.com/yourusername/helem-cli"
},
"homepage": "https://github.com/yourusername/helem-cli#readme",
"bugs": {
"url": "https://github.com/yourusername/helem-cli/issues"
},
"dependencies": {
"commander": "^11.0.0"
}
}