{
  "name": "@alexlit/config-markdownlint",
  "version": "2.23.0",
  "private": false,
  "description": "markdownlint config",
  "keywords": [
    "markdownlint",
    "config"
  ],
  "homepage": "https://github.com/alex-lit/lint-kit/tree/master/packages/config-markdownlint#readme",
  "bugs": {
    "url": "https://github.com/alex-lit/lint-kit/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alex-lit/lint-kit.git",
    "directory": "packages/config-markdownlint"
  },
  "license": "MIT",
  "author": "Alexey Litovchenko",
  "maintainers": [
    "Alexey Litovchenko <alex.lit@outlook.com> (https://github.com/alex-lit)"
  ],
  "main": "index.json",
  "files": [
    "README.md",
    "index.json"
  ],
  "scripts": {
    "lint": "cd ../../ && ./scripts/lint.markdownlint.sh",
    "ou": "../../scripts/ou.sh",
    "release": "../../scripts/release.sh",
    "semver": "../../scripts/semver.sh",
    "up": "../../scripts/up.sh"
  },
  "dependencies": {
    "markdownlint": "^0.40.0",
    "markdownlint-cli": "^0.48.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
