{
  "name": "pdf-live",
  "type": "module",
  "version": "1.0.20",
  "description": "A drop-in PDF viewer Web Component powered by mozilla/pdf.js. Toolbar, thumbnails, zoom, print, download, dark mode, i18n, and password protection out of the box.",
  "main": "dist/pdf-live.esm.js",
  "module": "dist/pdf-live.esm.js",
  "browser": "dist/pdf-live.js",
  "types": "types/index.d.ts",
  "scripts": {
    "prebuild": "rm -rf dist types docs/dist",
    "build": "NODE_ENV=production rollup -c",
    "postbuild": "cp -a dist docs/dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shumatsumonobu/pdf-live.git"
  },
  "files": [
    "dist/",
    "types/",
    "screenshots/"
  ],
  "keywords": [
    "pdf",
    "pdf-viewer",
    "pdfjs",
    "web-component",
    "custom-element",
    "viewer",
    "thumbnail",
    "zoom",
    "print",
    "download",
    "dark-mode",
    "i18n"
  ],
  "author": "shumatsumonobu <shumatsumonobu@gmail.com> (https://x.com/shumatsumonobu)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/shumatsumonobu/pdf-live/issues",
    "email": "shumatsumonobu@gmail.com"
  },
  "homepage": "https://github.com/shumatsumonobu/pdf-live#readme",
  "dependencies": {
    "handlebars": "^4.7.8",
    "pdfjs-dist": "^3.11.174"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^28.0.2",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.0",
    "@rollup/plugin-terser": "^0.4.4",
    "rollup": "^4.34.8",
    "rollup-plugin-copy": "^3.5.0",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-typescript2": "^0.36.0",
    "typescript": "^5.7.3"
  }
}