mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-26 02:38:48 +01:00
31 lines
949 B
JSON
31 lines
949 B
JSON
{
|
|
"name": "markdownlint-micromark",
|
|
"version": "0.1.7",
|
|
"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": "git+https://github.com/DavidAnson/markdownlint.git"
|
|
},
|
|
"bugs": "https://github.com/DavidAnson/markdownlint/issues",
|
|
"scripts": {
|
|
"build": "webpack --stats minimal"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"devDependencies": {
|
|
"micromark": "4.0.0",
|
|
"micromark-extension-gfm-autolink-literal": "2.0.0",
|
|
"micromark-extension-gfm-footnote": "2.0.0",
|
|
"micromark-extension-gfm-table": "2.0.0",
|
|
"micromark-extension-math": "3.0.0",
|
|
"terser-webpack-plugin": "5.3.9",
|
|
"webpack": "5.88.2",
|
|
"webpack-cli": "5.1.4"
|
|
}
|
|
}
|