2023-01-09 21:59:54 -08:00
|
|
|
{
|
|
|
|
|
"name": "markdownlint-micromark",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"description": "A trivial package that re-exports some micromark functionality as a CommonJS module",
|
2023-01-14 15:05:04 -08:00
|
|
|
"type": "commonjs",
|
|
|
|
|
"exports": "./micromark.js",
|
2023-01-09 21:59:54 -08:00
|
|
|
"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",
|
2023-01-14 15:05:04 -08:00
|
|
|
"scripts": {
|
|
|
|
|
"build": "webpack --no-stats"
|
|
|
|
|
},
|
2023-01-09 21:59:54 -08:00
|
|
|
"engines": {
|
|
|
|
|
"node": ">=14.18.0"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"micromark": "3.1.0"
|
2023-01-14 15:05:04 -08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"webpack": "5.75.0",
|
|
|
|
|
"webpack-cli": "5.0.1"
|
2023-01-09 21:59:54 -08:00
|
|
|
}
|
|
|
|
|
}
|