{
  "name": "react-pdf-highlighter-with-fixes",
  "version": "5.4.4",
  "description": "Set of React components for PDF annotation",
  "author": "Artem Tyurin <artem.tyurin@gmail.com>",
  "license": "MIT",
  "keywords": [
    "pdf",
    "highlight",
    "annotator",
    "react-component"
  ],
  "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 && npm run build:example",
    "build:esm": "tsc",
    "build:cjs": "tsc --module commonjs --outDir ./dist/cjs",
    "build:copy-styles": "cp -r ./src/style ./dist/esm; cp -r ./src/style ./dist/cjs",
    "build:example": "(cd ./example && tsc && vite build)",
    "test": "npm run format:check && BROWSER=none jest --maxWorkers=1 -c jest.config.js",
    "format": "prettier --write './**/*.{js,ts,tsx}'",
    "format:check": "prettier --check './**/*.{js,ts,tsx}'",
    "clean": "rm -rf dist"
  },
  "peerDependencies": {
    "react": ">=16.4.0",
    "react-dom": ">=16.4.0"
  },
  "dependencies": {
    "@types/lodash.debounce": "^4.0.6",
    "@types/pdfjs-dist": "^2.7.4",
    "@types/react": "^16.4.0",
    "@types/react-dom": "^16.4.0",
    "lodash.debounce": "^4.0.8",
    "pdfjs-dist": "2.8.335",
    "react-rnd": "^10.1.10"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/agentcooper/react-pdf-highlighter.git"
  },
  "bugs": {
    "url": "https://github.com/agentcooper/react-pdf-highlighter/issues"
  },
  "devDependencies": {
    "@vitejs/plugin-react-refresh": "^1.3.1",
    "jest": "^27.1.0",
    "jest-puppeteer": "^5.0.4",
    "prettier": "^2.3.2",
    "puppeteer": "^9.1.1",
    "typescript": "4.4.2",
    "vite": "^2.5.1"
  }
}
