markdownlint/micromark/package.json
dependabot[bot] d1e7bf6405 Bump webpack from 5.88.0 to 5.88.1 in /micromark
Bumps [webpack](https://github.com/webpack/webpack) from 5.88.0 to 5.88.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.88.0...v5.88.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-28 21:14:03 -07:00

30 lines
904 B
JSON

{
"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.1",
"webpack-cli": "5.1.4"
}
}