ayushd785
Version:
A personal CLI card displayed when run via npx
33 lines (32 loc) • 567 B
JSON
{
"name": "ayushd785",
"version": "1.0.0",
"description": "A personal CLI card displayed when run via npx",
"type": "module",
"main": "index.js",
"bin": {
"ayushd785": "./index.js"
},
"files": [
"index.js",
"art.txt"
],
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"npx",
"business-card"
],
"author": "",
"license": "ISC",
"engines": {
"node": ">=18"
},
"dependencies": {
"boxen": "^8.0.1",
"chalk": "^5.5.0"
}
}