@kevksar/card
Version:
A visit card for Kevin Cassart
34 lines (33 loc) • 689 B
JSON
{
"name": "@kevksar/card",
"version": "1.0.5",
"description": "A visit card for Kevin Cassart",
"main": "index.js",
"bin": {
"kev": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KevKsar/npx-card.git"
},
"keywords": [
"visit-card",
"npm card",
"card",
"npx-card",
"business card"
],
"author": "kevksar",
"license": "ISC",
"bugs": {
"url": "https://github.com/KevKsar/npx-card/issues"
},
"homepage": "https://github.com/KevKsar/npx-card#readme",
"dependencies": {
"boxen": "^5.0.0",
"chalk": "^4.1.0"
}
}