{
  "name": "markdown-to-html-cli",
  "version": "3.2.5",
  "license": "MIT",
  "description": "Command line tool generates markdown as html.",
  "homepage": "https://jaywcjlove.github.io/markdown-to-html-cli",
  "type": "module",
  "main": "./lib/index.js",
  "exports": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "bin": {
    "markdown-to-html": "lib/cli.js",
    "markdown-to-html-cli": "lib/cli.js"
  },
  "scripts": {
    "start": "node lib/cli.js --github-corners-fork --github-corners 'https://jaywcjlove.github.io'",
    "watch": "tsbb watch --disable-babel --no-esm -f src/cli.ts",
    "build": "tsbb build --disable-babel --no-esm -f src/cli.ts && npm run fix",
    "fix": "tsc-esm-fix --target='lib' --ext='.js'",
    "test": "npm run build && tsbb test",
    "coverage": "npm run build && tsbb test --coverage"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jaywcjlove/markdown-to-html-cli.git"
  },
  "keywords": [
    "markdown-to-html-cli",
    "markdown-to-html",
    "markdown",
    "html",
    "cli"
  ],
  "engines": {
    "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  },
  "jest": {
    "transformIgnorePatterns": [
      "<rootDir>/node_modules/?!(.*)"
    ]
  },
  "markdown-to-html": {
    "reurls": {
      "README-zh.md": "index.zh.html",
      "README.md": "index.html"
    }
  },
  "files": [
    "lib",
    "github-fork-ribbon.css",
    "github.css"
  ],
  "dependencies": {
    "@mapbox/rehype-prism": "0.8.0",
    "@types/fs-extra": "9.0.13",
    "@types/minimist": "1.2.2",
    "fs-extra": "10.0.0",
    "minimist": "1.2.5",
    "rehype-attr": "2.0.7",
    "rehype-autolink-headings": "6.1.0",
    "rehype-document": "6.0.0",
    "rehype-format": "4.0.0",
    "rehype-meta": "^3.1.0",
    "rehype-raw": "6.1.0",
    "rehype-rewrite": "3.0.4",
    "rehype-slug": "5.0.0",
    "rehype-stringify": "9.0.2",
    "rehype-urls": "1.1.1",
    "rehype-video": "1.1.1",
    "rehype-wrap": "1.0.10",
    "remark-gemoji": "7.0.1",
    "remark-gfm": "3.0.1",
    "remark-parse": "10.0.1",
    "remark-rehype": "10.1.0",
    "unified": "10.1.1"
  },
  "devDependencies": {
    "tsc-esm-fix": "2.7.4",
    "tsbb": "3.5.2"
  }
}
