aa-sheesh
Version:
CLI tool to display my business card in the terminal
25 lines (24 loc) • 461 B
JSON
{
"name": "aa-sheesh",
"version": "1.0.4",
"description": "CLI tool to display my business card in the terminal",
"main": "index.js",
"bin": {
"Aa-sheesh": "./index.js"
},
"type": "module",
"keywords": [
"cli",
"business-card",
"terminal",
"contact"
],
"author": "Aashish Singh",
"license": "MIT",
"dependencies": {
"boxen": "^8.0.1",
"chalk": "^5.4.1",
"inquirer": "^12.4.1",
"open": "^10.1.0"
}
}