{
  "name": "remark-preset-stoicism",
  "version": "0.0.2",
  "description": "Markdown processor for the Stoicism Compendium",
  "license": "BlueOak-1.0.0",
  "keywords": [
    "remark",
    "preset",
    "stoicism"
  ],
  "repository": "stoicism-compendium/remark-preset-stoicism",
  "bugs": "https://github.com/stoicism-compendium/remark-preset-stoicism/issues",
  "author": "Sean Leather (https://github.com/spl)",
  "files": [
    "index.js"
  ],
  "dependencies": {
    "remark-frontmatter": "^2.0.0",
    "remark-lint-blockquote-indentation": "^2.0.0",
    "remark-lint-checkbox-character-style": "^2.0.0",
    "remark-lint-code-block-style": "^2.0.0",
    "remark-lint-definition-case": "^2.0.0",
    "remark-lint-definition-spacing": "^2.0.0",
    "remark-lint-emphasis-marker": "^2.0.0",
    "remark-lint-fenced-code-flag": "^2.0.0",
    "remark-lint-fenced-code-marker": "^2.0.0",
    "remark-lint-file-extension": "^1.0.0",
    "remark-lint-final-definition": "^2.0.0",
    "remark-lint-final-newline": "^1.0.4",
    "remark-lint-hard-break-spaces": "^2.0.0",
    "remark-lint-heading-increment": "^2.0.0",
    "remark-lint-heading-style": "^2.0.0",
    "remark-lint-linebreak-style": "^2.0.0",
    "remark-lint-link-title-style": "^2.0.0",
    "remark-lint-list-item-bullet-indent": "^2.0.0",
    "remark-lint-list-item-content-indent": "^2.0.0",
    "remark-lint-list-item-indent": "^2.0.0",
    "remark-lint-maximum-line-length": "^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-consecutive-blank-lines": "^2.0.0",
    "remark-lint-no-duplicate-defined-urls": "^1.0.0",
    "remark-lint-no-duplicate-definitions": "^2.0.0",
    "remark-lint-no-duplicate-headings": "^2.0.0",
    "remark-lint-no-empty-url": "^2.0.0",
    "remark-lint-no-file-name-articles": "^1.0.0",
    "remark-lint-no-file-name-consecutive-dashes": "^1.0.0",
    "remark-lint-no-file-name-irregular-characters": "^1.0.0",
    "remark-lint-no-file-name-mixed-case": "^1.0.0",
    "remark-lint-no-file-name-outer-dashes": "^1.0.0",
    "remark-lint-no-heading-content-indent": "^2.0.0",
    "remark-lint-no-inline-padding": "^2.0.0",
    "remark-lint-no-literal-urls": "^2.0.0",
    "remark-lint-no-multiple-toplevel-headings": "^2.0.0",
    "remark-lint-no-reference-like-url": "^2.0.0",
    "remark-lint-no-shell-dollars": "^2.0.0",
    "remark-lint-no-shortcut-reference-image": "^2.0.0",
    "remark-lint-no-shortcut-reference-link": "^2.0.0",
    "remark-lint-no-table-indentation": "^2.0.0",
    "remark-lint-no-tabs": "^2.0.0",
    "remark-lint-no-undefined-references": "^2.0.0",
    "remark-lint-no-unused-definitions": "^2.0.0",
    "remark-lint-ordered-list-marker-style": "^2.0.0",
    "remark-lint-ordered-list-marker-value": "^2.0.0",
    "remark-lint-rule-style": "^2.0.0",
    "remark-lint-strong-marker": "^2.0.0",
    "remark-lint-table-cell-padding": "^2.0.0",
    "remark-lint-table-pipe-alignment": "^2.0.0",
    "remark-lint-table-pipes": "^2.0.0",
    "remark-lint-unordered-list-marker-style": "^2.0.0",
    "remark-retext": "^4.0.0",
    "remark-validate-links": "^10.0.0",
    "retext-preset-stoicism": "^0.0.1",
    "unified": "^9.0.0"
  },
  "devDependencies": {
    "depcheck": "^1.0.0",
    "eslint": "*",
    "eslint-plugin-import": "*",
    "eslint-plugin-node": "*",
    "eslint-plugin-promise": "*",
    "eslint-plugin-standard": "*",
    "prettier": "*",
    "remark-cli": "^8.0.0",
    "stoicism-js-style": "^0.0.1"
  },
  "scripts": {
    "check-js": "prettier --check '**/*.js' && eslint .",
    "check-md": "remark --quiet --frail .",
    "check-yml": "prettier --check '**/*.yml'",
    "depcheck": "depcheck",
    "format": "npm run format-md && npm run format-js",
    "format-js": "prettier --write '**/*.js' && eslint --fix .",
    "format-md": "remark --output --quiet --frail .",
    "format-yml": "prettier --write '**/*.yml'",
    "test": "npm run check-md && npm run check-yml && npm run check-js && npm run depcheck"
  },
  "eslintIgnore": [
    "node_modules"
  ],
  "remarkConfig": {
    "plugins": [
      "./"
    ]
  }
}
