{
    "name": "pryma-plugin/pryma-multi-gateways-wc",
    "description": "Multi-gateway WooCommerce payment plugin: Stripe, PayPal, bKash, Nagad, Paddle, FastSpring, Square, Mollie, and Crypto.",
    "type": "wordpress-plugin",
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "Tuhin Bhuiyan",
            "homepage": "https://tuhin.dev"
        }
    ],
    "require": {
        "php": ">=8.0",
        "kornrunner/keccak": "^1.1",
        "kornrunner/secp256k1": "^0.3",
        "kornrunner/rlp": "^0.3.6",
        "kornrunner/ethereum-offline-raw-tx": "^0.9",
        "paragonie/ecc": "^2.5",
        "paragonie/sodium_compat": "^2.5",
        "genkgo/php-asn1": "^2.9"
    },
    "config": {
        "vendor-dir": "libs/vendor"
    }
}
