{
  "name": "woocart/eu-vat-b2b-taxes",
  "description": "Plugin which helps with configuring complex tax variations when selling in or into the EU.",
  "keywords": [
    "WordPress",
    "plugin"
  ],
  "type": "wordpress-plugin",
  "require": {
    "php": ">=7.3.0"
  },
  "config": {
    "bin-dir": "bin/"
  },
  "autoload": {
    "psr-4": {
      "Niteo\\WooCart\\EUVatTaxes\\": "inc"
    }
  }
}
