markdownlint/micromark/package.json
dependabot[bot] 23a712ccb8 Bump webpack from 5.91.0 to 5.92.0 in /micromark
Bumps [webpack](https://github.com/webpack/webpack) from 5.91.0 to 5.92.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.91.0...v5.92.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-11 19:34:36 -07:00

46 lines
1.3 KiB
JSON

{
"name": "markdownlint-micromark",
"version": "0.1.10",
"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.0",
"micromark": "4.0.0",
"micromark-extension-directive": "3.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",
"micromark-util-types": "2.0.0",
"terser-webpack-plugin": "5.3.10",
"webpack": "5.92.0",
"webpack-cli": "5.1.4"
}
}