mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
25 lines
666 B
JSON
25 lines
666 B
JSON
{
|
|
"name": "markdownlint-rule-helpers",
|
|
"version": "0.19.0",
|
|
"description": "A collection of markdownlint helper functions for custom rules",
|
|
"main": "./helpers.js",
|
|
"exports": "./helpers.js",
|
|
"author": "David Anson (https://dlaa.me/)",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/DavidAnson/markdownlint",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/DavidAnson/markdownlint.git"
|
|
},
|
|
"bugs": "https://github.com/DavidAnson/markdownlint/issues",
|
|
"engines": {
|
|
"node": ">=14.18.0"
|
|
},
|
|
"dependencies": {
|
|
"markdownlint-micromark": "0.1.2"
|
|
},
|
|
"keywords": [
|
|
"markdownlint",
|
|
"markdownlint-rule"
|
|
]
|
|
}
|