markdownlint/helpers/package.json
2022-08-08 21:05:50 -07:00

22 lines
598 B
JSON

{
"name": "markdownlint-rule-helpers",
"version": "0.17.2",
"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": ">=12"
},
"keywords": [
"markdownlint",
"markdownlint-rule"
]
}