{
  "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"
  }
}
