{
  "version": "2.0.5",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=12"
  },
  "scripts": {
    "build": "vite build",
    "watch": "tsc --watch",
    "lint": "biome lint --write",
    "format": "biome format --write",
    "test": "vitest run",
    "prepublishOnly": "biome check && npm test && npm run build"
  },
  "peerDependencies": {
    "react": ">=16"
  },
  "keywords": [
    "email",
    "react",
    "component",
    "obfuscate",
    "obfuscator"
  ],
  "name": "react-obfuscate-email",
  "author": "Mauricio Robayo",
  "devDependencies": {
    "@biomejs/biome": "^2.1.4",
    "@testing-library/jest-dom": "^6.6.4",
    "@testing-library/react": "^16.3.0",
    "@types/react": "^19.1.9",
    "@vitejs/plugin-react": "^5.0.0",
    "typescript": "^5.9.2",
    "vite-plugin-dts": "^4.5.4",
    "vitest": "^3.2.4"
  },
  "description": "[![React Obfuscate Email](https://badgen.net/npm/v/react-obfuscate-email)](https://www.npmjs.com/package/react-obfuscate-email) [![CI](https://github.com/MauricioRobayo/react-obfuscate-email/actions/workflows/main.yml/badge.svg)](https://github.com/MauricioRobayo/react-obfuscate-email/actions/workflows/main.yml) [![codecov](https://codecov.io/gh/MauricioRobayo/react-obfuscate-email/branch/main/graph/badge.svg?token=gkrRmHZHGB)](https://codecov.io/gh/MauricioRobayo/react-obfuscate-email) [![CodeFactor](https://www.codefactor.io/repository/github/mauriciorobayo/react-obfuscate-email/badge)](https://www.codefactor.io/repository/github/mauriciorobayo/react-obfuscate-email) [![bundlephobia](https://badgen.net/bundlephobia/minzip/react-obfuscate-email)](https://bundlephobia.com/package/react-obfuscate-email)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MauricioRobayo/react-obfuscate-email.git"
  },
  "bugs": {
    "url": "https://github.com/MauricioRobayo/react-obfuscate-email/issues"
  }
}
