{
  "name": "@naverpay/safe-html-react-parser",
  "version": "2.0.0",
  "description": "A secure wrapper for html-react-parser with isomorphic-dompurify that automatically sanitizes HTML before parsing.",
  "repository": {
    "type": "git",
    "url": "https://github.com/NaverPayDev/pie/tree/main/packages/safe-html-react-parser"
  },
  "bugs": {
    "url": "https://github.com/NaverPayDev/pie/issues"
  },
  "keywords": [
    "naver",
    "naverpay",
    "react",
    "html-parser",
    "dompurify",
    "safe-html"
  ],
  "author": "@NaverPayDev/frontend",
  "dependencies": {
    "html-react-parser": "^5.2.7",
    "isomorphic-dompurify": "^3.12.0"
  },
  "devDependencies": {
    "@types/react": "0.14 || 15 || 16 || 17 || 18 || 19",
    "react": "0.14 || 15 || 16 || 17 || 18 || 19"
  },
  "peerDependencies": {
    "@types/react": "0.14 || 15 || 16 || 17 || 18 || 19",
    "react": "0.14 || 15 || 16 || 17 || 18 || 19"
  },
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.mjs",
  "types": "./dist/cjs/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/esm/index.d.mts",
        "default": "./dist/esm/index.mjs"
      },
      "require": {
        "types": "./dist/cjs/index.d.ts",
        "default": "./dist/cjs/index.js"
      }
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "llms.txt"
  ],
  "sideEffects": false,
  "homepage": "https://naverpaydev.github.io/pie/docs/@naverpay/safe-html-react-parser/",
  "scripts": {
    "clean": "rm -rf dist",
    "build": "npm run clean && vite build",
    "test:memory": "vitest run --watch=false"
  }
}