luke
Version:
A npx business card for Luke Storry (@lukestorry)
29 lines (28 loc) • 554 B
JSON
{
"name": "luke",
"version": "2.0.2",
"description": "A npx business card for Luke Storry (@lukestorry)",
"main": "card.js",
"bin": {
"luke": "card.js"
},
"homepage": "https://lkst.uk",
"repository": {
"type": "git",
"url": "https://github.com/lukestorry/card.git"
},
"keywords": [
"luke",
"storry",
"business card",
"npx card",
"card",
"luke storry"
],
"author": "Luke Storry <luke@lukestorry.co.uk>",
"license": "MIT",
"dependencies": {
"boxen": "^4.2.0",
"chalk": "^4.0.0"
}
}