{ "name": "markdownlint-rule-relative-links", "version": "0.0.0-development", "public": true, "description": "Custom rule for markdownlint to validate relative links.", "author": "Théo LUDWIG ", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/theoludwig/markdownlint-rule-relative-links.git" }, "bugs": { "url": "https://github.com/theoludwig/markdownlint-rule-relative-links/issues" }, "homepage": "https://github.com/theoludwig/markdownlint-rule-relative-links#readme", "keywords": [ "markdownlint", "markdownlint-rule" ], "main": "src/index.js", "types": "src/index.d.ts", "type": "module", "files": [ "src" ], "publishConfig": { "access": "public", "provenance": true }, "engines": { "node": ">=22.0.0" }, "scripts": { "lint:editorconfig": "editorconfig-checker", "lint:markdown": "markdownlint-cli2", "lint:eslint": "eslint . --max-warnings 0", "lint:prettier": "prettier . --check", "lint:typescript": "tsc --noEmit", "test": "node --test", "release": "semantic-release" }, "dependencies": { "markdown-it": "14.1.0" }, "devDependencies": { "@types/markdown-it": "14.1.2", "@types/node": "24.9.2", "editorconfig-checker": "6.1.1", "eslint": "9.39.0", "eslint-config-conventions": "21.1.0", "eslint-plugin-promise": "7.2.1", "eslint-plugin-unicorn": "62.0.0", "eslint-plugin-import-x": "4.16.1", "globals": "16.4.0", "markdownlint": "0.38.0", "markdownlint-cli2": "0.18.1", "prettier": "3.6.2", "semantic-release": "25.0.1", "typescript-eslint": "8.46.2", "typescript": "5.9.3" } }