{
    "name": "infinitytechcare/profit-margin-calculator",
    "description": "A WordPress plugin to Calculate and display profit and profit margins for WooCommerce products.",
    "type": "wordpress-plugin",
    "license": "GPL-2.0-or-later",
    "autoload": {
        "psr-4": {
            "Infinitytechcare\\ProfitMarginCalculator\\": "src/"
        },
        "files": []
    },
    "authors": [
        {
            "name": "InfinityTechCare",
            "email": "bayejidahmed195@gmail.com"
        }
    ],
    "minimum-stability": "dev",
    "require": {}
}
