{
  "name": "remark-preset-lint-recommended",
  "version": "4.0.0",
  "description": "remark preset to configure remark-lint with rules that prevent mistakes or syntaxes that do not work correctly across vendors",
  "license": "MIT",
  "keywords": [
    "remark",
    "remark-preset",
    "preset",
    "recommended"
  ],
  "repository": "https://github.com/remarkjs/remark-lint/tree/master/packages/remark-preset-lint-recommended",
  "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-lint": "^7.0.0",
    "remark-lint-final-newline": "^1.0.0",
    "remark-lint-list-item-bullet-indent": "^2.0.0",
    "remark-lint-list-item-indent": "^2.0.0",
    "remark-lint-no-auto-link-without-protocol": "^2.0.0",
    "remark-lint-no-blockquote-without-marker": "^3.0.0",
    "remark-lint-no-literal-urls": "^2.0.0",
    "remark-lint-ordered-list-marker-style": "^2.0.0",
    "remark-lint-hard-break-spaces": "^2.0.0",
    "remark-lint-no-duplicate-definitions": "^2.0.0",
    "remark-lint-no-heading-content-indent": "^2.0.0",
    "remark-lint-no-inline-padding": "^2.0.0",
    "remark-lint-no-shortcut-reference-image": "^2.0.0",
    "remark-lint-no-shortcut-reference-link": "^2.0.0",
    "remark-lint-no-undefined-references": "^2.0.0",
    "remark-lint-no-unused-definitions": "^2.0.0"
  },
  "xo": false
}
