{
    "name": "kyraex/ninja-van-my",
    "type": "wordpress-plugin",
    "version": "v1.1.5",
    "description": "Ninja Van WooCommerce is a plugin that allows you to integrate Ninja Van shipping service with your WooCommerce store. It provides a seamless experience for your customers to select Ninja Van as their shipping method for their orders.",
    "require": {
        "dompdf/dompdf": "^2.0.4"
    },
    "autoload": {
        "psr-4": {
            "Ninja\\Van\\MY\\": "includes/"
        },
        "files": ["includes/functions.php"]
    }
}