{
  "name": "posthtml-markdownit",
  "description": "A PostHTML plugin to transform markdown using markdown-it",
  "version": "1.2.3",
  "license": "MIT",
  "author": "TheComputerM",
  "bugs": "https://github.com/posthtml/posthtml-markdownit/issues",
  "homepage": "https://github.com/posthtml/posthtml-markdownit",
  "repository": "posthtml/posthtml-markdownit",
  "main": "lib",
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "test": "nyc ava",
    "lint": "xo",
    "pretest": "npm run lint",
    "release": "np"
  },
  "np": {
    "yarn": false
  },
  "files": [
    "lib"
  ],
  "keywords": [
    "html",
    "posthtml",
    "posthtml-plugin",
    "markdown"
  ],
  "dependencies": {
    "markdown-it": "^12.0.2",
    "min-indent": "^1.0.0",
    "posthtml": "^0.15.0",
    "posthtml-parser": "^0.6.0",
    "posthtml-render": "^1.4.0"
  },
  "devDependencies": {
    "ava": "^3.13.0",
    "husky": "^4.3.0",
    "markdown-it-emoji": "^2.0.0",
    "np": "^7.0.0",
    "nyc": "^15.1.0",
    "xo": "^0.35.0"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run lint",
      "pre-push": "npm test"
    }
  }
}
