{
  "name": "@zouchengxin/pdf-engine",
  "type": "module",
  "version": "1.0.11",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "types": "./dist/types/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/pdf-engine.js",
      "require": "./dist/pdf-engine.cjs"
    },
    "./worker": {
      "import": "./dist/pdf-engine-worker.js",
      "require": "./dist/pdf-engine-worker.cjs"
    }
  },
  "keywords": [
    "pdf",
    "pdfium",
    "pdf-lib",
    "pdf-engine",
    "pdf-parse"
  ],
  "author": "zouchengxin",
  "license": "MIT",
  "description": "A library that supports parsing and editing PDF files",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "homepage": "https://pdf-engine-9k4.pages.dev",
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "build:watch": "tsc && vite build -w",
    "preview": "vite preview"
  }
}