{
    "name": "factpro/factpro-for-woocommerce",
    "description": "Plugin para facturacion electronica en el Peru",
    "type": "wp-plugin",
    "license": "MIT",
    "minimum-stability": "stable",
    "config": {
        "platform": {
            "php": "7.4"
        }
    },
    "autoload": {
        "psr-4": {
            "Factpro\\": "src/"
        }
    }
}
