{
    "name": "stripe/module-tax",
    "type": "magento2-module",
    "description": "Stripe Tax for Adobe Commerce and Magento Open Source.",
    "version": "1.2.2",
    "require": {
        "php": ">=7.4"
    },
    "license": [
        "https://stripe.com/magento/legal"
    ],
    "autoload": {
        "files": [ "registration.php" ],
        "psr-4": {
            "StripeIntegration\\Tax\\": ""
        }
    }
}
