{
  "name": "@udx/md2html",
  "version": "1.4.3",
  "description": "Magazine-quality Markdown to HTML converter with professional styling",
  "main": "index.js",
  "type": "module",
  "bin": {
    "md2html": "./index.js"
  },
  "scripts": {
    "start": "node index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "markdown",
    "html",
    "documentation",
    "converter",
    "generator",
    "stylish",
    "publishing"
  ],
  "author": "UDX <info@udx.io>",
  "license": "MIT",
  "homepage": "https://github.com/andypotanin/udx.dev#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/andypotanin/udx.dev.git",
    "directory": "tools/md2html"
  },
  "bugs": {
    "url": "https://github.com/andypotanin/udx.dev/issues"
  },
  "dependencies": {
    "chokidar": "^3.5.3",
    "commander": "^11.0.0",
    "express": "^4.18.2",
    "handlebars": "^4.7.8",
    "marked": "^9.1.0",
    "open": "^9.1.0"
  },
  "engines": {
    "node": ">=14.16"
  },
  "files": [
    "index.js",
    "static/",
    "README.md"
  ]
}
