{
  "name": "@wayofdev/markdownlint-config",
  "version": "4.0.0",
  "private": false,
  "description": "A shareable markdownlint configuration for projects.",
  "keywords": [
    "markdownlint",
    "markdownlint-config"
  ],
  "homepage": "https://github.com/wayofdev/npm-shareable-configs/tree/master/packages/markdownlint-config#readme",
  "bugs": {
    "url": "https://github.com/wayofdev/npm-shareable-configs/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wayofdev/npm-shareable-configs.git",
    "directory": "packages/markdownlint-config"
  },
  "license": "MIT",
  "author": {
    "name": "Andrij Orlenko",
    "email": "lotyp7@gmail.com",
    "url": "https://github.com/lotyp"
  },
  "main": "index.json",
  "files": [
    "index.json",
    "scripts/*"
  ],
  "dependencies": {
    "markdownlint-cli": "^0.38.0"
  },
  "peerDependencies": {
    "@wayofdev/lint-staged-config": "^2.2.0",
    "markdownlint": ">= 0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "clean": "rimraf ./dist ./coverage ./tsconfig.tsbuildinfo",
    "lint": "eslint --ext .ts,.tsx,.js,.jsx,.mjs,.cjs,.mts,.cts --cache --cache-location ../../.cache/eslint/markdownlint-config.eslintcache",
    "lint:fix": "eslint --ext .ts,.tsx,.js,.jsx,.mjs,.cjs,.mts,.cts --fix --cache --cache-location ../../.cache/eslint/markdownlint-config.eslintcache"
  }
}