{
  "name": "@pdfrx/engine",
  "version": "0.27.0",
  "description": "TypeScript client for the pdfrx pdfium WASM engine (worker protocol)",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./assets/*": "./assets/*"
  },
  "files": [
    "dist",
    "assets"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "vitest run"
  },
  "devDependencies": {
    "@types/node": "^26.0.0",
    "typescript": "^7.0.2",
    "vitest": "^4.1.10"
  },
  "license": "MIT",
  "author": "Takashi Kawasaki <espresso3389@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/espresso3389/pdfrx_web.git",
    "directory": "packages/engine"
  },
  "homepage": "https://espresso3389.github.io/pdfrx_web/",
  "bugs": {
    "url": "https://github.com/espresso3389/pdfrx_web/issues"
  },
  "keywords": [
    "pdf",
    "pdfium",
    "wasm",
    "pdfrx"
  ],
  "publishConfig": {
    "access": "public"
  }
}
