{
  "name": "akramulhaq/billora-pdf-invoice-builder",
  "description": "Create and customize professional PDF invoices for WooCommerce orders using a drag-and-drop builder with live preview.",
  "type": "wordpress-plugin",
  "license": "GPL-2.0-or-later",
  "autoload": {
    "psr-4": {
      "BILLORA_PDF_Invoice_Builder\\": "includes/"
    }
  },
  "require": {
    "dompdf/dompdf": "^3.1"
  }
}
