mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 05:50:13 +01:00
20 lines
580 B
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"
|
|
}
|
|
}
|