{ "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", "files": [ "src" ], "publishConfig": { "access": "public", "provenance": true }, "engines": { "node": ">=16.0.0", "npm": ">=9.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": "22.9.0", "editorconfig-checker": "6.0.0", "eslint": "9.14.0", "eslint-config-conventions": "17.0.0", "eslint-plugin-promise": "7.1.0", "eslint-plugin-unicorn": "56.0.0", "eslint-plugin-import-x": "4.4.0", "globals": "15.12.0", "markdownlint": "0.36.1", "markdownlint-cli2": "0.15.0", "prettier": "3.3.3", "semantic-release": "23.1.1", "typescript-eslint": "8.13.0", "typescript": "5.6.3" } }