{
  "name": "@the-ksquare-group/react-pdf-highlighter",
  "version": "5.0.0",
  "description": "Set of React components for PDF annotation",
  "main": "dist/index.js",
  "types": "dist",
  "scripts": {
    "start": "npm run watch",
    "build": "npm run clean && tsc && npm run copyStyles",
    "watch": "npm-watch build",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run build",
    "lint": "tsc --noEmit && eslint 'src/**/*.{js,ts,tsx}' --fix",
    "copyStyles": "cp -r src/style dist/style"
  },
  "dependencies": {
    "lodash.debounce": "^4.0.8",
    "pdfjs-dist": "2.8.335",
    "react-rnd": "^10.1.10"
  },
  "peerDependencies": {
    "react": ">=0.17",
    "react-dom": ">=0.17"
  },
  "devDependencies": {
    "@types/lodash.debounce": "^4.0.6",
    "@types/react": "^17.0.18",
    "@types/react-dom": "^17.0.9",
    "@types/react-pointable": "^1.2.2",
    "@typescript-eslint/eslint-plugin": "^4.26.1",
    "@typescript-eslint/parser": "^4.26.1",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^3.4.0",
    "npm-watch": "^0.11.0",
    "prettier": "^2.3.2",
    "react": "^17.0.0",
    "react-dom": "^17.0.0",
    "typescript": "^4.3.5"
  },
  "author": "Artem Tyurin <artem.tyurin@gmail.com>",
  "license": "MIT",
  "keywords": [
    "pdf",
    "highlight",
    "annotator",
    "react-component"
  ],
  "files": [
    "dist",
    "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",
  "eslintConfig": {
    "extends": "react-app"
  },
  "watch": {
    "build": {
      "patterns": [
        "src"
      ],
      "extensions": "js,ts,yaml,yml,json",
      "ignore": "dist/**/*",
      "quiet": true,
      "inherit": true
    }
  }
}
