{
    "name": "mageworx/module-downloadsimportexport",
    "description": "MageWorx Downloads Import Export extension for Magento 2",
    "require": {
        "mageworx/module-downloads": ">=3.0.0",
        "magento/module-backend": ">=101.0.0 <103",
        "magento/module-directory": ">=100.3.0 < 101",
        "magento/module-store": ">=101.0.0 < 102",
        "magento/framework": ">=102.0.0 < 104"
    },
    "type": "magento2-module",
    "version": "1.4.0",
    "license": "OSL-3.0",
    "autoload": {
        "files": [
            "registration.php"
        ],
        "psr-4": {
            "MageWorx\\DownloadsImportExport\\": ""
        }
    }
}
