mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-26 18:48:48 +01:00
29 lines
861 B
JSON
29 lines
861 B
JSON
{
|
|
"name": "markdownlint-micromark",
|
|
"version": "0.1.5",
|
|
"description": "A trivial package that re-exports some micromark functionality as a CommonJS module",
|
|
"type": "commonjs",
|
|
"exports": "./micromark.cjs",
|
|
"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",
|
|
"scripts": {
|
|
"build": "webpack --no-stats"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"devDependencies": {
|
|
"micromark": "3.2.0",
|
|
"micromark-extension-gfm-autolink-literal": "1.0.5",
|
|
"micromark-extension-gfm-footnote": "1.1.2",
|
|
"micromark-extension-gfm-table": "1.0.7",
|
|
"webpack": "5.85.0",
|
|
"webpack-cli": "5.1.1"
|
|
}
|
|
}
|