{
  "name": "react-pdf-elegant-highlighter",
  "version": "0.1.0-rc.0",
  "description": "Set of React components for PDF annotation",
  "author": "Mathew Shen <datahonor@gmail.com>",
  "license": "MIT",
  "keywords": [
    "pdf",
    "highlight",
    "annotator",
    "react-component"
  ],
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "type": "module",
  "types": "./dist/index.d.ts",
  "main": "./dist/src/index.js",
  "style": "./dist/react-pdf-elegant-highlighter.css",
  "scripts": {
    "start": "pnpm run dev",
    "dev": "vite build && (cd ./example && vite)",
    "build": "pnpm run clean && pnpm run compile && vite build && pnpm run build:example",
    "compile": "tsc --noEmit && (cd ./example && tsc --noEmit)",
    "build:example": "vite build && (cd ./example && vite build)",
    "test": "pnpm run build && pnpm run test:e2e",
    "test:e2e": "playwright test",
    "clean": "rm -rf dist",
    "prepublishOnly": "pnpm run build"
  },
  "peerDependencies": {
    "react": ">=18.0.0 <20.0.0",
    "react-dom": ">=18.0.0 <20.0.0"
  },
  "dependencies": {
    "pdfjs-dist": "5.4.624",
    "react-rnd": "10.5.2",
    "ts-debounce": "4.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shenxiangzhuang/react-pdf-elegant-highlighter.git"
  },
  "bugs": {
    "url": "https://github.com/shenxiangzhuang/react-pdf-elegant-highlighter/issues"
  },
  "devDependencies": {
    "@playwright/test": "1.58.1",
    "@types/node": "25.2.0",
    "@types/react": "19.2.10",
    "@types/react-dom": "19.2.3",
    "@vitejs/plugin-react": "5.1.3",
    "playwright": "1.58.1",
    "postcss-import": "16.1.1",
    "typescript": "5.9.3",
    "vite": "7.3.1",
    "vite-plugin-dts": "4.5.4"
  },
  "homepage": "https://github.com/shenxiangzhuang/react-pdf-elegant-highlighter#readme",
  "packageManager": "pnpm@9.12.0"
}
