{
  "name": "markdownlint-rule-relative-links",
  "version": "5.1.2",
  "description": "Custom rule for markdownlint to validate relative links.",
  "keywords": [
    "markdownlint",
    "markdownlint-rule"
  ],
  "homepage": "https://github.com/theoludwig/markdownlint-rule-relative-links#readme",
  "bugs": {
    "url": "https://github.com/theoludwig/markdownlint-rule-relative-links/issues"
  },
  "license": "MIT",
  "author": "Théo LUDWIG <contact@theoludwig.fr>",
  "repository": {
    "type": "git",
    "url": "https://github.com/theoludwig/markdownlint-rule-relative-links.git"
  },
  "files": [
    "src"
  ],
  "type": "module",
  "main": "src/index.js",
  "types": "src/index.d.ts",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "lint:markdown": "markdownlint-cli2",
    "lint:typescript": "tsc --noEmit",
    "lint:oxlint": "oxlint . --deny-warnings --report-unused-disable-directives",
    "lint:oxfmt": "oxfmt . --check",
    "oxfmt": "oxfmt .",
    "test": "node --test",
    "release": "semantic-release"
  },
  "dependencies": {
    "markdown-it": "14.3.0",
    "mime": "4.1.0"
  },
  "devDependencies": {
    "@types/markdown-it": "14.1.2",
    "@types/node": "26.1.1",
    "eslint-config-conventions": "21.4.0",
    "markdownlint": "0.41.1",
    "markdownlint-cli2": "0.23.1",
    "oxfmt": "0.60.0",
    "oxlint": "1.75.0",
    "oxlint-tsgolint": "7.0.2001",
    "semantic-release": "25.0.8",
    "typescript": "7.0.2"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "public": true
}
