UNPKG

mattlong

Version:

Matt Long's terminal card

26 lines (25 loc) 415 B
{ "name": "mattlong", "version": "1.0.2", "description": "Matt Long's terminal card", "main": "bin.js", "bin": { "mattlong": "bin.js" }, "scripts": { "start": "node bin.js" }, "keywords": [ "cli", "business-card", "npx" ], "author": "Matt Long <matt@mattlong.org>", "license": "MIT", "dependencies": { "chalk": "^4.1.2" }, "engines": { "node": ">=10" } }