{
    "name": "dinhvan/module-catalog-import-export",
    "description": "A Magento 2 module that extends the Magento 2 Catalog Import Export module.",
    "require": {
        "php": "~7.4.0||~8.0.0",
        "magento/framework": "*"
        },
    "type": "magento2-module",
    "version": "1.0.0",
    "license": [
        "Open Software License (OSL)"
    ],
    "autoload": {
        "files": [
            "registration.php"
        ],
        "psr-4": {
            "Dinhvan\\CatalogImportExport\\": ""
        }
    }
}
