{
  "name": "react-pdf-flipbook-viewer",
  "version": "0.2.0",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "start": "npm run build && npm run dev",
    "dev": "tsc --watch",
    "clean": "rimraf dist"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "class-variance-authority": "^0.7.0",
    "clsx": "^2.1.0",
    "lucide-react": "^0.417.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "react-draggable": "^4.4.6",
    "react-pageflip": "^2.0.3",
    "react-pdf": "^9.1.1",
    "react-share": "^5.1.0",
    "react-zoom-pan-pinch": "3.4.4",
    "screenfull": "^6.0.2",
    "tailwind-merge": "^2.2.2"
  },
  "devDependencies": {
    "@types/keyboardjs": "^2.5.3",
    "@types/node": "^22.15.3",
    "@types/react": "^19.1.2",
    "@types/react-dom": "^19.1.2",
    "autoprefixer": "^10.0.1",
    "eslint": "^8",
    "tailwindcss": "^3.3.0",
    "typescript": "^5.8.3"
  },
  "keywords": [
    "react",
    "library",
    "tailwind",
    "npm",
    "pdf",
    "flipbook",
    "pdf-viewer"
  ],
  "author": "Timeler1",
  "license": "MIT",
  "homepage": "https://github.com/Timeler1/react-pdf-flipbook-viewer",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Timeler1/react-pdf-flipbook-viewer.git"
  },
  "bugs": {
    "url": "https://github.com/Timeler1/react-pdf-flipbook-viewer/issues"
  }
}
