{
  "name": "react-pdf-highlighter-extended-x2",
  "version": "8.0.2",
  "description": "Set of modern React components for PDF highlighting",
  "author": "Daniel Arnould <daniel.s.arnould@gmail.com>",
  "license": "MIT",
  "contributors": [
    {
      "name": "Daniel Arnould",
      "email": "daniel.s.arnould@gmail.com"
    },
    {
      "name": "Artem Tyurin",
      "email": "artem.tyurin@gmail.com"
    }
  ],
  "keywords": [
    "pdf",
    "highlight",
    "annotator",
    "react-component",
    "react"
  ],
  "files": [
    "dist"
  ],
  "types": "./dist/esm/index.d.ts",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "scripts": {
    "start": "npm run dev",
    "dev": "(cd ./example && vite)",
    "build": "npm run clean && npm run build:esm && npm run build:cjs && npm run build:copy-styles-1 && npm run build:copy-styles-2 && npm run build:example && npm run build:docs",
    "build:esm": "tsc",
    "build:cjs": "tsc --module commonjs --outDir ./dist/cjs",
    "build:copy-styles-1": "xcopy /s /e .\\src\\style\\* .\\dist\\esm\\style\\",
    "build:copy-styles-2": "xcopy /s /e .\\src\\style\\* .\\dist\\cjs\\style\\",
    "build:example": "(cd ./example && tsc && vite build && mkdir \"../public/\" && xcopy /s /e  example-app ..\\public\\)",
    "build:docs": "npx typedoc",
    "format": "prettier --write './**/*.{js,ts,tsx}'",
    "format:check": "prettier --check './**/*.{js,ts,tsx}'",
    "clean": "rmdir /s /q dist public"
  },
  "peerDependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "dependencies": {
    "lodash.debounce": "^4.0.8",
    "pdfjs-dist": "2.16.105",
    "react-rnd": "^10.4.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DanielArnould/react-pdf-highlighter.git"
  },
  "bugs": {
    "url": "https://github.com/DanielArnould/react-pdf-highlighter-extended-v2/issues"
  },
  "devDependencies": {
    "@types/lodash.debounce": "^4.0.9",
    "@types/node": "^20.10.0",
    "@types/react": "^18.2.38",
    "@types/react-dom": "^18.2.17",
    "@vitejs/plugin-react": "^4.2.0",
    "prettier": "^3.1.0",
    "typedoc": "^0.25.8",
    "typedoc-theme-category-nav": "^0.0.3",
    "typescript": "^5.3.2",
    "vite": "^4.5.0"
  }
}
