UNPKG

1.09 kBJSONView Raw
1{
2 "name": "remark-cli",
3 "version": "12.0.1",
4 "description": "CLI to process markdown with remark",
5 "license": "MIT",
6 "keywords": [
7 "bin",
8 "cli",
9 "markdown",
10 "mdast",
11 "remark",
12 "unified"
13 ],
14 "homepage": "https://remark.js.org",
15 "repository": "https://github.com/remarkjs/remark/tree/main/packages/remark-cli",
16 "bugs": "https://github.com/remarkjs/remark/issues",
17 "funding": {
18 "type": "opencollective",
19 "url": "https://opencollective.com/unified"
20 },
21 "author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
22 "contributors": [
23 "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
24 ],
25 "type": "module",
26 "exports": [],
27 "bin": {
28 "remark": "cli.js"
29 },
30 "files": [
31 "cli.js"
32 ],
33 "dependencies": {
34 "import-meta-resolve": "^4.0.0",
35 "markdown-extensions": "^2.0.0",
36 "remark": "^15.0.0",
37 "unified-args": "^11.0.0"
38 },
39 "scripts": {},
40 "typeCoverage": {
41 "atLeast": 100,
42 "detail": true,
43 "ignoreCatch": true,
44 "strict": true
45 },
46 "xo": {
47 "prettier": true
48 }
49}