zachupstone
Version:
Zach U's business card
23 lines (22 loc) • 376 B
JSON
{
"name": "zachupstone",
"version": "1.0.0",
"description": "Zach U's business card",
"main": "main.js",
"bin": {
"zachupstone": "./main.js"
},
"scripts": {
"start": "node main.js"
},
"keywords": [
"npx",
"business-card"
],
"author": "Zach Upstone",
"license": "ISC",
"dependencies": {
"chalk": "^5.4.1"
},
"type": "module"
}