{
  "name": "markdown-parser-react",
  "version": "3.0.0",
  "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",
    "nextjs",
    "markdown-parser",
    "markdown-parser-react",
    "react-markdown",
    "tables",
    "markdown-to-html",
    "markdown-to-react",
    "syntax-highlighting",
    "renderer",
    "typescript",
    "react-components",
    "markdown-syntax",
    "markdown-headers",
    "markdown-lists",
    "markdown-tables",
    "math-support",
    "definition-lists"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/J3rry320/markdown-parser-react.git"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "files": [
    "dist/",
    "README.md",
    "LICENSE"
  ],
  "source": "src/index.ts",
  "scripts": {
    "build": "vite build",
    "dev": "vite",
    "test": "jest --coverage   --env=jsdom ",
    "prepublishOnly": "npm run build"
  },
  "license": "MIT",
  "author": {
    "name": "Code Media Labs",
    "email": "rutuparna.satpathy01@gmail.com",
    "url": "https://codemedialabs.in"
  },
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.2.4"
  },
  "devDependencies": {
    "@babel/preset-typescript": "^7.28.5",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@types/jest": "^30.0.0",
    "@types/react": "^19.2.14",
    "jest": "^30.3.0",
    "jest-environment-jsdom": "^30.3.0",
    "react": "^19.2.4",
    "react-dom": "^19.2.4",
    "ts-jest": "^29.4.9",
    "esbuild": "latest",
    "vite": "latest",
    "vite-plugin-dts": "latest",
    "@vitejs/plugin-react": "latest",
    "typescript": "^6.0.2"
  },
  "bugs": {
    "url": "https://github.com/J3rry320/markdown-parser-react/issues"
  },
  "homepage": "https://github.com/J3rry320/markdown-parser-react#readme"
}