{
  "name": "@lemon-clown-wpg/react-pdf-viewer",
  "version": "0.0.2",
  "author": {
    "name": "lemon-clown",
    "url": "https://github.com/lemon-clown/"
  },
  "description": "a simple react pdf viewer",
  "repository": {
    "type": "git",
    "url": "https://github.com/lemon-clown/web-play-ground.git"
  },
  "homepage": "https://github.com/lemon-clown/web-play-ground/tree/master/packages/react-pdf-viewer#readme",
  "keywords": [
    "react",
    "typescript",
    "pdf viewer"
  ],
  "source": "src/index.tsx",
  "main": "lib/cjs/index.js",
  "types": "lib/cjs/index.d.ts",
  "module": "lib/esm/index.js",
  "license": "MIT",
  "engines": {
    "node": ">= 12.16.0"
  },
  "files": [
    "lib/",
    ".eslintrc",
    "CHANGELOG.md",
    "LICENSE",
    "README.md",
    "package.json",
    "tsconfig.json"
  ],
  "scripts": {
    "start": "rollup -w -c rollup.config.js",
    "prebuild": "yarn lint:fix && rimraf lib/",
    "build": "rollup -c rollup.config.js",
    "lint:fix": "eslint src/**/*.{ts,tsx} --fix",
    "prepublishOnly": "yarn build"
  },
  "peerDependencies": {
    "@types/classnames": "^2.2.9",
    "@types/react": "^16.9.23",
    "@types/react-dom": "^16.9.5",
    "classnames": "^2.2.6",
    "react": "^16.13.0",
    "react-dom": "^16.13.0"
  },
  "dependencies": {
    "@types/react-pdf": "^4.0.3",
    "react-pdf": "^5.0.0-beta.2"
  },
  "devDependencies": {
    "@lemon-clown-wpg/eslint-config-react": "^0.0.3",
    "@lemon-clown-wpg/rollup-config-react": "^0.0.4",
    "@types/classnames": "^2.2.9",
    "@types/react": "^16.9.23",
    "@types/react-dom": "^16.9.5",
    "classnames": "^2.2.6",
    "react": "^16.13.0",
    "react-dom": "^16.13.0",
    "rollup": "^1.31.1",
    "stylus": "^0.54.7"
  },
  "browserslist": [
    "last 2 versions",
    "Firefox ESR",
    "> 1%",
    "ie >= 11"
  ]
}
