{
  "name": "zapata",
  "version": "1.1.5",
  "description": "Extremely minimal static site generator: handlebars + markdown + frontmatter",
  "main": "index.js",
  "scripts": {
    "build": "tsc"
  },
  "bin": {
    "zapata": "bin/zapata.js"
  },
  "author": "Daniel Earwicker",
  "license": "MIT",
  "dependencies": {
    "@types/fs-extra": "^8.0.1",
    "@types/node": "^12.12.17",
    "@types/showdown": "^1.9.3",
    "@types/xml2js": "^0.4.5",
    "fs-extra": "^8.1.0",
    "gray-matter": "^4.0.2",
    "handlebars": "^4.5.3",
    "moment": "^2.24.0",
    "showdown": "^1.9.1",
    "typescript": "^3.7.3",
    "xml2js": "^0.4.22"
  }
}
