mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-24 09:50:13 +01:00
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "markdownlint-micromark",
|
|
"version": "0.1.12",
|
|
"description": "A trivial package that re-exports some micromark functionality as a CommonJS module",
|
|
"type": "commonjs",
|
|
"exports": "./micromark.cjs",
|
|
"types": "./micromark.d.cts",
|
|
"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",
|
|
"funding": "https://github.com/sponsors/DavidAnson",
|
|
"scripts": {
|
|
"build": "webpack --stats minimal",
|
|
"types": "api-extractor run --local"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"micromark-browser.js",
|
|
"micromark-html-browser.js",
|
|
"micromark.cjs",
|
|
"micromark.d.cts",
|
|
"package.json",
|
|
"README.md"
|
|
],
|
|
"devDependencies": {
|
|
"@microsoft/api-extractor": "7.47.11",
|
|
"micromark": "4.0.0",
|
|
"micromark-extension-directive": "3.0.2",
|
|
"micromark-extension-gfm-autolink-literal": "2.1.0",
|
|
"micromark-extension-gfm-footnote": "2.1.0",
|
|
"micromark-extension-gfm-table": "2.1.0",
|
|
"micromark-extension-math": "3.1.0",
|
|
"micromark-util-types": "2.0.0",
|
|
"terser-webpack-plugin": "5.3.10",
|
|
"webpack": "5.95.0",
|
|
"webpack-cli": "5.1.4"
|
|
}
|
|
}
|