{
  "name": "harden-react-markdown-urls",
  "author": "Mayank Kumar Chaudhari (https:/mayank-chaudhari.vercel.app)",
  "private": false,
  "version": "0.0.1",
  "description": "🛡️ Secure wrapper for react-markdown that sanitizes link and image URLs using rehype-harden-urls. Do complex things, the simple way.",
  "license": "MIT",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "repository": "github:tiny-md/harden-urls",
  "bugs": "https://github.com/tiny-md/harden-urls/issues",
  "homepage": "https://github.com/tiny-md/harden-urls/tree/main/libs/harden-react-markdown-urls#readme",
  "sideEffects": false,
  "files": [
    "dist/**"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.0",
    "@types/jsdom": "^27.0.0",
    "@types/node": "^24.7.2",
    "@types/react": "^19.2.2",
    "@types/react-dom": "^19.2.1",
    "@vitejs/plugin-react": "^5.0.4",
    "@vitest/coverage-v8": "^3.2.4",
    "esbuild-plugin-rdi": "^0.0.0",
    "esbuild-plugin-react18": "0.2.6",
    "esbuild-plugin-react18-css": "^0.0.4",
    "jsdom": "^27.0.0",
    "react": "^19.2.0",
    "react-dom": "^19.2.0",
    "react-markdown": "10.1.0",
    "tsup": "^8.5.0",
    "typescript": "^5.9.3",
    "vite-tsconfig-paths": "^5.1.4",
    "vitest": "^3.2.4",
    "@repo/typescript-config": "0.0.0",
    "harden-urls": "^0.1.0"
  },
  "dependencies": {
    "rehype-harden-urls": "^0.1.0"
  },
  "peerDependencies": {
    "react": ">=16.8"
  },
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/tiny-md"
    },
    {
      "type": "github",
      "url": "https:/github.com/sponsors/mayank1513"
    }
  ],
  "keywords": [
    "react-markdown",
    "rehype",
    "remark",
    "markdown",
    "security",
    "sanitize",
    "url-sanitizer",
    "link-safety",
    "markdown-sanitizer",
    "rehype-plugin",
    "react-component",
    "xss-protection",
    "harden-urls",
    "rehype-harden-urls",
    "vercel-labs",
    "safe-markdown",
    "open-source",
    "mayank-chaudhari",
    "React 18",
    "React 19",
    "Next.js",
    "Next.js 14",
    "Next.js 15",
    "React server components",
    "Customizable",
    "Cutting-edge",
    "Compatibility",
    "Frontend development",
    "UI components",
    "Progressive",
    "Web development",
    "Modern",
    "Seamless integration",
    "mayank1513"
  ],
  "scripts": {
    "build": "tsup && tsc -p tsconfig-build.json && gzip -c dist/index.js | wc -c",
    "clean": "rm -rf dist",
    "dev": "tsup --watch && tsc -p tsconfig-build.json -w",
    "typecheck": "tsc --noEmit",
    "test": "vitest run --coverage"
  }
}