{
  "name": "zm2p",
  "version": "1.0.4",
  "description": "a simple cli tool with convert markdown file to png image",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "zm2p": "./index.js"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "chalk": "^4.0.0",
    "clear": "^0.1.0",
    "figlet": "^1.3.0",
    "puppeteer": "^3.0.2",
    "showdown": "^1.9.1"
  }
}
