{
  "name": "@tato30/vue-pdf",
  "version": "2.0.2",
  "description": "PDF component for Vue 3",
  "author": {
    "name": "Aldo Hernandez",
    "url": "https://github.com/TaTo30"
  },
  "license": "MIT",
  "homepage": "https://github.com/TaTo30/vue-pdf/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TaTo30/vue-pdf.git"
  },
  "bugs": {
    "url": "https://github.com/TaTo30/vue-pdf/issues"
  },
  "keywords": [
    "pdf",
    "vue",
    "viewer"
  ],
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/index.mjs"
    },
    "./minimal": {
      "types": "./dist/types/index.minimal.d.ts",
      "import": "./dist/index.minimal.mjs"
    },
    "./style.css": "./dist/style.css",
    "./src/*": "./src/*"
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/types/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "npm run build:lib && npm run build:dts",
    "build:lib": "vite build && vite --config vite.minimal.config.ts build --emptyOutDir=false",
    "build:dts": "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.build.json",
    "lint": "eslint .",
    "lint:fix": "eslint --fix ."
  },
  "peerDependencies": {
    "vue": "^3.2.33"
  },
  "dependencies": {
    "pdfjs-dist": "5.4.624"
  },
  "devDependencies": {
    "@types/node": "^22.14.0",
    "eslint": "^8.39.0",
    "typescript": "^4.9.4",
    "vite": "^7.1.9",
    "vue": "^3.2.47",
    "vue-tsc": "^1.6.3"
  }
}
