{
  "name": "react-pdf-js",
  "version": "5.1.0",
  "description": "Simple React component to wrap up PDF.js. The easiest way to render PDFs in your React app.",
  "author": "mikecousins",
  "license": "MIT",
  "repository": "mikecousins/react-pdf-js",
  "main": "dist/index.js",
  "umd:main": "dist/react-pdf-js.umd.production.js",
  "module": "dist/react-pdf-js.es.production.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test --env=jsdom",
    "netlify": "yarn && yarn build && cd example && yarn && yarn build"
  },
  "peerDependencies": {
    "react": ">=16"
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "devDependencies": {
    "@types/jest": "24.0.13",
    "@types/react": "16.8.18",
    "@types/react-dom": "16.8.4",
    "husky": "2.3.0",
    "prettier": "1.17.1",
    "pretty-quick": "1.11.0",
    "react": "16.8.6",
    "react-dom": "16.8.6",
    "tsdx": "0.5.11",
    "tslib": "1.9.3",
    "typescript": "3.4.5",
    "webpack": "4.32.1"
  },
  "dependencies": {
    "@bundled-es-modules/pdfjs-dist": "2.1.266-rc"
  }
}
