{
  "name": "@ogs-gmbh/markdown",
  "version": "1.1.5",
  "description": "A lightweight and extensible Markdown library for transforming and building Markdown with a deterministic and specification-oriented approach.",
  "keywords": [
    "markdown",
    "markdown-renderer",
    "md",
    "npm",
    "javascript",
    "typescript",
    "parser",
    "renderer",
    "text-processing",
    "content-processing",
    "commonmark",
    "lightweight",
    "extensible"
  ],
  "homepage": "ogs-gmbh.github.io/markdown",
  "bugs": "https://github.com/OGS-GmbH/markdown/issues",
  "license": "MIT",
  "author": "OGS GmbH",
  "contributors": [
    {
      "name": "Simon Kovtyk",
      "email": "simon@kovtyk.com",
      "url": "https://simonkov.dev"
    }
  ],
  "exports": {
    ".": {
      "types": "./public-api.d.ts",
      "default": "./public-api.mjs"
    }
  },
  "main": "./public-api.mjs",
  "types": "./public-api.d.ts",
  "repository": "github:OGS-GmbH/markdown",
  "type": "module",
  "sideEffects": false
}