{
  "name": "react-pdf-selection",
  "version": "0.6.20",
  "description": "Library of React components needed for text and area selections in PDF documents.",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "build": "tsc && npm run copyfiles",
    "copyfiles": "copyfiles --up 1 ./src/style/* ./dist && copyfiles --up 2 ./../../{CHANGELOG.md,LICENSE,README.md} ./dist",
    "watch": "npm run copyfiles && tsc --watch",
    "clean": "rm -rf dist/",
    "start": "npm run watch",
    "format": "prettier --write src/**/*.{ts,tsx}",
    "format:check": "prettier --check src/**/*.{ts,tsx}",
    "postpublish": "git push origin --all; git push origin --tags",
    "version:publish": "node buildfile.js"
  },
  "dependencies": {
    "react-fast-compare": "^3.2.0",
    "react-pdf": "^5.1.0"
  },
  "peerDependencies": {
    "react": ">=16.4.0 || >=17.0.0",
    "react-dom": ">=16.4.0 || >=17.0.0"
  },
  "devDependencies": {
    "@types/react": "^16.4.2",
    "@types/react-dom": "^16.4.2",
    "@types/react-pdf": "^5.0.0",
    "copyfiles": "^2.4.1",
    "prettier": "^2.2.1",
    "react": "^17.0.0",
    "react-dom": "^17.0.0",
    "replace-in-file": "^6.1.0",
    "typescript": "^4.1.3"
  },
  "author": "Mathias Meuleman <meuleman.mathias@gmail.com>",
  "license": "MIT",
  "keywords": [
    "pdf",
    "selection",
    "highlight",
    "annotator",
    "react",
    "react-component"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MathiasMeuleman/react-pdf-selection.git"
  },
  "bugs": {
    "url": "https://github.com/MathiasMeuleman/react-pdf-selection/issues"
  },
  "homepage": "https://github.com/MathiasMeuleman/react-pdf-selection#readme"
}
