mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
PR-URL: https://github.com/nodejs/node/pull/33412 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
25 lines
664 B
JSON
25 lines
664 B
JSON
{
|
|
"name": "node-lint-md-cli-rollup",
|
|
"description": "remark packaged for Node.js Markdown linting",
|
|
"version": "2.0.2",
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^11.0.1",
|
|
"@rollup/plugin-json": "^4.0.1",
|
|
"@rollup/plugin-node-resolve": "^7.0.0",
|
|
"rollup": "^1.30.1",
|
|
"shx": "^0.3.2"
|
|
},
|
|
"dependencies": {
|
|
"markdown-extensions": "^1.1.1",
|
|
"remark": "^12.0.0",
|
|
"remark-lint": "^7.0.0",
|
|
"remark-preset-lint-node": "^1.15.0",
|
|
"unified-args": "^8.0.0"
|
|
},
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "npx rollup -c",
|
|
"build-node": "npm run build && npx shx cp dist/index.js ../lint-md.js"
|
|
}
|
|
}
|