{
  "name": "@zhenghy/doc-preview",
  "version": "0.7.3",
  "description": "Vue 3 component for previewing Microsoft Word .doc files (OLE2/CFB) in the browser. Pure frontend, no server, no backend. Supports search, zoom, print, dark mode.",
  "type": "module",
  "main": "./dist/doc-preview.umd.cjs",
  "module": "./dist/doc-preview.js",
  "exports": {
    ".": {
      "import": "./dist/doc-preview.js",
      "require": "./dist/doc-preview.umd.cjs",
      "types": "./dist/index.d.ts"
    },
    "./dist/style.css": "./dist/style.css"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "vite",
    "build": "vue-tsc && vite build",
    "build:lib": "vue-tsc && vite build --mode lib",
    "preview": "vite preview",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage"
  },
  "keywords": [
    "doc",
    "doc-preview",
    "doc-viewer",
    "docx",
    "docx-preview",
    "docx-viewer",
    "word",
    "word-preview",
    "word-viewer",
    "ms-word",
    "microsoft-word",
    "vue",
    "vue3",
    "vue-component",
    "preview",
    "viewer",
    "ole2",
    "cfb",
    "compound-file",
    "document-parser",
    "word-parser",
    "binary-parser",
    "frontend",
    "browser",
    "in-browser",
    "no-backend",
    "pure-frontend",
    "vue-plugin"
  ],
  "author": "zhenghy",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zhenghy-gh/doc-preview.git"
  },
  "homepage": "https://github.com/zhenghy-gh/doc-preview#readme",
  "bugs": {
    "url": "https://github.com/zhenghy-gh/doc-preview/issues"
  },
  "peerDependencies": {
    "vue": "^3.0.0"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "@vitejs/plugin-vue": "^5.0.0",
    "@vitest/coverage-v8": "^3.0.0",
    "playwright": "^1.40.0",
    "typescript": "^5.4.5",
    "vite": "^5.2.0",
    "vite-plugin-dts": "^3.8.0",
    "vitest": "^3.0.0",
    "vue": "^3.4.21",
    "vue-tsc": "^2.0.0"
  }
}
