{
  "name": "markdown-parser-react",
  "version": "2.0.2",
  "description": "A lightweight and configurable Markdown renderer for React and Next.js with syntax highlighting, definition lists, images, math and table support.",
  "keywords": [
    "markdown",
    "parser",
    "react",
    "markdown-parser",
    "markdown-parser-react",
    "react-markdown",
    "tables",
    "markdown-to-html",
    "markdown-to-react",
    "syntax-highlighting",
    "renderer",
    "typescript",
    "react.js",
    "markdown-parser",
    "markdown-components",
    "markdown-renderer",
    "html-conversion",
    "custom-markdown",
    "markdown-styling",
    "markdown-code-blocks",
    "nested-lists",
    "markdown-editor",
    "react-components",
    "markdown-syntax",
    "dynamic-markdown",
    "markdown-headers",
    "markdown-lists",
    "markdown-tables",
    "blockquotes",
    "code-highlighting",
    "react-md-parser",
    "typescript-markdown",
    "markdown-parsing-library"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/J3rry320/markdown-parser-react.git"
  },
  "types": "./dist/index.d.ts",
  "main": "./dist/lib.umd.js",
  "module": "./dist/lib.module.js",
  "files": [
    "dist/"
  ],
  "source": "src/index.ts",
  "scripts": {
    "build": "microbundle --jsx React.createElement --jsxFragment React.Fragment --jsxImportSource react",
    "dev": "microbundle watch --jsx React.createElement --jsxFragment React.Fragment --jsxImportSource react",
    "test": "jest --coverage --coverageReporters='json-summary'  --env=jsdom ",
    "prepublish": "npm run build"
  },
  "license": "MIT",
  "author": "J3rry Sa7pa7hy",
  "dependencies": {
    "react": "^19.0.0"
  },
  "devDependencies": {
    "@babel/preset-typescript": "^7.26.0",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.2.0",
    "@types/jest": "^29.5.14",
    "@types/react": "^19.0.7",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "microbundle": "^0.15.1",
    "ts-jest": "^29.2.5",
    "typescript": "^5.7.3"
  },
  "bugs": {
    "url": "https://github.com/J3rry320/markdown-parser-react/issues"
  },
  "homepage": "https://github.com/J3rry320/markdown-parser-react#readme"
}
