{
    "name": "netpay/netpay-woocommerce",
    "description": "An official payment extension which provides support for NetPay payment gateway for store builders working on the WooCommerce platform.",
    "homepage": "https://www.netpay.co/",
    "license": "MIT",
    "require-dev": {
        "phpunit/phpunit": "^5.7 || ^9.5",
        "mockery/mockery": "^1.6",
        "brain/monkey": "^2.6",
        "woocommerce/woocommerce-blocks": "^11.7"
    },
    "scripts": {
        "test": "vendor/bin/phpunit --testdox --colors"
    },
    "config": {
        "allow-plugins": {
            "composer/installers": true,
            "automattic/jetpack-autoloader": true
        }
    }
}
