node/tools/node-lint-md-cli-rollup/package.json
Rich Trott 0706565097
tools: bump remark-preset-lint-node to 2.3.0
PR-URL: https://github.com/nodejs/node/pull/38910
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
2021-06-11 07:23:53 +02:00

25 lines
692 B
JSON

{
"name": "node-lint-md-cli-rollup",
"description": "remark packaged for Node.js Markdown linting",
"version": "2.0.2",
"devDependencies": {
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.0.1",
"rollup": "^2.36.1",
"shx": "^0.3.3"
},
"dependencies": {
"markdown-extensions": "^1.1.1",
"remark": "^13.0.0",
"remark-gfm": "^1.0.0",
"remark-lint": "^8.0.0",
"remark-preset-lint-node": "^2.3.0",
"unified-args": "^8.1.0"
},
"main": "dist/index.js",
"scripts": {
"build": "npx rollup -c",
"build-node": "npm run build && npx shx cp dist/index.js ../lint-md.js"
}
}