{
  "name": "pdf-vue3",
  "version": "1.0.12",
  "description": "vue3 pdf viewer",
  "main": "./dist/pdf-vue3.js",
  "types": "./dist/types/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/pdf-vue3.js"
    }
  },
  "scripts": {
    "tsc": "vue-tsc --noEmit && vue-tsc --emitDeclarationOnly --allowJs",
    "build": "vite build && npm run tsc"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hymhub/pdf-vue3.git"
  },
  "author": "hyminghan",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hymhub/pdf-vue3/issues"
  },
  "homepage": "https://github.com/hymhub/pdf-vue3#readme",
  "keywords": [
    "pdf-vue3",
    "pdf",
    "vue.js",
    "viewer"
  ],
  "devDependencies": {
    "@vitejs/plugin-vue": "4.2.3",
    "pdfjs-dist": "3.7.107",
    "vite": "4.3.9",
    "vue": "3.3.4",
    "vue-tsc": "1.8.0"
  }
}
