{
  "name": "react-pdf-annotations",
  "version": "3.2.8",
  "description": "Set of React components for PDF annotation",
  "main": "build/index.js",
  "scripts": {
    "start": "npm run watch",
    "build": "NODE_ENV=production babel src -d build --copy-files",
    "watch": "NODE_ENV=development babel --watch src -d build --copy-files",
    "copy-flow": "flow-copy-source src build",
    "clean": "rm -rf build",
    "prepublishOnly": "npm run build && npm run copy-flow"
  },
  "dependencies": {
    "lodash.debounce": "^4.0.8",
    "lodash.isequal": "^4.5.0",
    "pdfjs-dist": "2.16.105",
    "react-pointable": "^1.1.1",
    "react-rnd": "^10.1.10"
  },
  "peerDependencies": {
    "react": ">=0.14",
    "react-dom": ">=0.14"
  },
  "devDependencies": {
    "@babel/cli": "^7.10.5",
    "@babel/core": "^7.10.5",
    "@babel/plugin-proposal-class-properties": "^7.10.4",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
    "@babel/plugin-proposal-optional-chaining": "^7.13.12",
    "@babel/preset-flow": "^7.10.4",
    "@babel/preset-react": "^7.10.4",
    "flow-bin": "^0.130.0",
    "flow-copy-source": "^2.0.9",
    "flow-typed": "^3.2.1",
    "react": "^16.13.1",
    "react-dom": "^16.13.1"
  },
  "author": "Artem Tyurin <artem.tyurin@gmail.com>",
  "license": "MIT",
  "keywords": [
    "pdf",
    "highlight",
    "annotator",
    "react-component"
  ],
  "files": [
    "build",
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/agentcooper/react-pdf-highlighter.git"
  },
  "bugs": {
    "url": "https://github.com/agentcooper/react-pdf-highlighter/issues"
  },
  "homepage": "https://github.com/agentcooper/react-pdf-highlighter#readme"
}
