{
    "name": "rehanadil/swift-coupons-for-woocommmerce",
    "description": "Swift Coupons is a powerful and feature-rich coupon plugin for WooCommerce that allows you to create and manage coupons for your store.",
    "type": "wordpress-plugin",
    "autoload": {
        "psr-4": {
            "Sreshto\\SwiftCoupons\\": "includes/"
        },
        "classmap": [
            "includes/"
        ]
    },
    "authors": [
        {
            "name": "rehanadil",
            "email": "rehanadil.dev@gmail.com"
        }
    ],
    "require-dev": {
        "phpunit/phpunit": "^11.1"
    }
}