{
  "name": "@paperjsx/json-to-pdf-pro",
  "version": "0.0.10",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "description": "PaperJSX Pro PDF engine — HarfBuzz typography, digital signatures, streaming generation",
  "license": "SEE LICENSE IN LICENSE",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/paperjsx/json-to-pdf"
  },
  "homepage": "https://paperjsx.com",
  "bugs": "https://github.com/paperjsx/json-to-pdf/issues",
  "keywords": [
    "json-to-pdf",
    "pdf",
    "document-generation",
    "pro"
  ],
  "main": "./dist-pro/index.js",
  "module": "./dist-pro/index.js",
  "types": "./dist-pro/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist-pro/index.d.ts",
      "import": "./dist-pro/index.js"
    }
  },
  "files": [
    "dist-pro",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "fast-xml-parser": "^5.5.7",
    "fontkit": "^2.0.4",
    "harfbuzzjs": "0.8.0",
    "pako": "^2.1.0",
    "pngjs": "^7.0.0",
    "subset-font": "^2.4.0",
    "yoga-wasm-web": "0.3.3"
  },
  "paperjsx": {
    "packCheck": {
      "declarationGraph": true,
      "forbiddenContentSubstrings": [
        "PAPERJSX_TEST_MODE",
        "PAPERJSX_PDF_TEST_MODE",
        "PAPERJSX_XLSX_TEST_MODE"
      ]
    }
  }
}
