markdownlint/micromark/package.json

20 lines
580 B
JSON

{
"name": "markdownlint-micromark",
"version": "0.1.0",
"description": "A trivial package that re-exports some micromark functionality as a CommonJS module",
"exports": "./exports.mjs",
"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": {
"micromark": "3.1.0"
}
}