remark-cli
Version:
CLI to process markdown with remark
50 lines (49 loc) • 1.09 kB
JSON
{
"name": "remark-cli",
"version": "12.0.1",
"description": "CLI to process markdown with remark",
"license": "MIT",
"keywords": [
"bin",
"cli",
"markdown",
"mdast",
"remark",
"unified"
],
"homepage": "https://remark.js.org",
"repository": "https://github.com/remarkjs/remark/tree/main/packages/remark-cli",
"bugs": "https://github.com/remarkjs/remark/issues",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"contributors": [
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
],
"type": "module",
"exports": [],
"bin": {
"remark": "cli.js"
},
"files": [
"cli.js"
],
"dependencies": {
"import-meta-resolve": "^4.0.0",
"markdown-extensions": "^2.0.0",
"remark": "^15.0.0",
"unified-args": "^11.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true
}
}