{
  "name": "metalsmith-markdown",
  "description": "A Metalsmith plugin to convert markdown files.",
  "repository": "git://github.com/segmentio/metalsmith-markdown.git",
  "version": "1.3.0",
  "license": "MIT",
  "main": "lib/index.js",
  "scripts": {
    "pretest": "eslint --fix .",
    "test": "mocha test",
    "preversion": "npm test",
    "postversion": "git push && git push --tags && npm publish"
  },
  "dependencies": {
    "debug": "^4.1.1",
    "marked": "^0.7.0"
  },
  "devDependencies": {
    "assert-dir-equal": "^1.1.0",
    "eslint": "^6.6.0",
    "eslint-config-prettier": "^6.5.0",
    "eslint-plugin-prettier": "^3.1.1",
    "metalsmith": "^2.3.0",
    "mocha": "^6.2.2",
    "prettier": "^1.18.2"
  }
}
