markdownlint/micromark/package.json

31 lines
904 B
JSON
Raw Normal View History

{
"name": "markdownlint-micromark",
"version": "0.1.6",
"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 --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",
"terser-webpack-plugin": "5.3.9",
"webpack": "5.88.0",
"webpack-cli": "5.1.4"
}
}