mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
26 lines
720 B
JSON
26 lines
720 B
JSON
{
|
|
"name": "markdownlint-rule-helpers",
|
|
"version": "0.29.0",
|
|
"description": "A collection of markdownlint helper functions for custom rules",
|
|
"main": "./helpers.cjs",
|
|
"exports": {
|
|
".": "./helpers.cjs",
|
|
"./micromark": "./micromark-helpers.cjs"
|
|
},
|
|
"author": "David Anson (https://dlaa.me/)",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/DavidAnson/markdownlint",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/DavidAnson/markdownlint.git"
|
|
},
|
|
"bugs": "https://github.com/DavidAnson/markdownlint/issues",
|
|
"funding": "https://github.com/sponsors/DavidAnson",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"keywords": [
|
|
"markdownlint",
|
|
"markdownlint-rule"
|
|
]
|
|
}
|