0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-22 07:37:56 +01:00
nodejs/tools/lint-md/package.json
Aviv Keller 5ce3d1078d
build: stop pre-compiling lint-md
PR-URL: https://github.com/nodejs/node/pull/55266
Reviewed-By: Claudio Wunder <cwunder@gnome.org>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
2024-11-01 23:45:02 +00:00

14 lines
298 B
JSON

{
"name": "lint-md",
"description": "markdown linting",
"version": "1.0.0",
"dependencies": {
"remark-parse": "^11.0.0",
"remark-preset-lint-node": "^5.1.2",
"remark-stringify": "^11.0.0",
"to-vfile": "^8.0.0",
"unified": "^11.0.5",
"vfile-reporter": "^8.1.1"
}
}