{
  "name": "remark-lint",
  "version": "7.0.0",
  "description": "remark plugin to lint Markdown code style",
  "license": "MIT",
  "keywords": [
    "unified",
    "remark",
    "remark-plugin",
    "plugin",
    "mdast",
    "markdown",
    "lint",
    "validate"
  ],
  "repository": "https://github.com/remarkjs/remark-lint/tree/master/packages/remark-lint",
  "bugs": "https://github.com/remarkjs/remark-lint/issues",
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/unified"
  },
  "author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
  "contributors": [
    "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
  ],
  "files": [
    "index.js"
  ],
  "dependencies": {
    "remark-message-control": "^6.0.0"
  },
  "xo": false
}
