{
  "name": "genqr",
  "version": "0.0.0",
  "description": "A command line utility to generate qr codes",
  "main": "index.js",
  "scripts": {
    "test": "node test.js"
  },
  "bin": {
    "genqr": "./index.js"
  },
  "keywords": [
    "Terminal",
    "QR",
    "QR-Code",
    "Command",
    "Line"
  ],
  "author": "Jay Deaton",
  "license": "ISC",
  "dependencies": {
    "cosmetic": "^1.1.1",
    "qrcode-terminal": "^0.12.0",
    "termkit": "^1.4.1"
  }
}
