{
  "name": "@kitschpatrol/remark-config",
  "version": "5.5.0",
  "description": "Markdown and MDX linting for @kitschpatrol/shared-config.",
  "keywords": [
    "shared-config",
    "remark-config",
    "remark-lint",
    "remark",
    "cli",
    "kpi",
    "kpi-remark"
  ],
  "homepage": "https://github.com/kitschpatrol/shared-config/tree/main/packages/remark-config",
  "bugs": "https://github.com/kitschpatrol/shared-config/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kitschpatrol/shared-config.git",
    "directory": "packages/remark-config"
  },
  "license": "MIT",
  "author": {
    "name": "Eric Mika",
    "email": "eric@ericmika.com",
    "url": "https://ericmika.com"
  },
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "kpi-remark": "bin/cli.js"
  },
  "files": [
    "bin/*",
    "dist/*",
    "init/*"
  ],
  "dependencies": {
    "@pinojs/json-colorizer": "^4.0.0",
    "@types/mdast": "^4.0.4",
    "cosmiconfig": "^9.0.0",
    "cosmiconfig-typescript-loader": "^6.1.0",
    "execa": "^9.6.0",
    "find-workspaces": "^0.3.1",
    "fs-extra": "^11.3.0",
    "mdast-util-to-markdown": "^2.1.2",
    "prettier": "^3.5.3",
    "remark-directive": "^4.0.0",
    "remark-frontmatter": "^5.0.0",
    "remark-gfm": "^4.0.1",
    "remark-lint": "^10.0.1",
    "remark-lint-checkbox-content-indent": "^5.0.1",
    "remark-lint-fenced-code-flag": "^4.2.0",
    "remark-lint-final-definition": "^4.0.2",
    "remark-lint-first-heading-level": "^4.0.1",
    "remark-lint-heading-increment": "^4.0.1",
    "remark-lint-linebreak-style": "^4.0.1",
    "remark-lint-maximum-heading-length": "^4.1.1",
    "remark-lint-no-duplicate-defined-urls": "^3.0.1",
    "remark-lint-no-duplicate-definitions": "^4.0.1",
    "remark-lint-no-duplicate-headings": "^4.0.1",
    "remark-lint-no-duplicate-headings-in-section": "^4.0.1",
    "remark-lint-no-empty-url": "^4.0.1",
    "remark-lint-no-file-name-articles": "^3.0.1",
    "remark-lint-no-file-name-consecutive-dashes": "^3.0.1",
    "remark-lint-no-file-name-irregular-characters": "^3.0.1",
    "remark-lint-no-file-name-outer-dashes": "^3.0.1",
    "remark-lint-no-heading-indent": "^5.0.1",
    "remark-lint-no-heading-like-paragraph": "^4.0.1",
    "remark-lint-no-multiple-toplevel-headings": "^4.0.1",
    "remark-lint-no-paragraph-content-indent": "^5.0.1",
    "remark-lint-no-reference-like-url": "^4.0.1",
    "remark-lint-no-shell-dollars": "^4.0.1",
    "remark-lint-no-shortcut-reference-image": "^4.0.1",
    "remark-lint-no-shortcut-reference-link": "^4.0.1",
    "remark-lint-no-tabs": "^4.0.1",
    "remark-lint-no-undefined-references": "^5.0.2",
    "remark-lint-no-unneeded-full-reference-image": "^4.0.1",
    "remark-lint-no-unneeded-full-reference-link": "^4.0.1",
    "remark-lint-no-unused-definitions": "^4.0.2",
    "remark-lint-strikethrough-marker": "^3.0.1",
    "remark-stringify": "^11.0.0",
    "remark-validate-links": "^13.1.0",
    "unified": "^11.0.5"
  },
  "engines": {
    "node": ">=20.9.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc && ../../scripts/build.ts",
    "cli": "node ./bin/cli.js"
  }
}