{
  "name": "alfacoins/woocommerce-payment-gateway",
  "description": "ALFAcoins cryptocurrency payment gateway for WooCommerce",
  "type": "wordpress-plugin",
  "author": "ALFAcoins",
  "license": "GPLv3",
  "require": {
    "php": ">=7.4",
    "ext-json": "*"
  },
  "require-dev": {
    "phpunit/phpunit": "^9.6",
    "brain/monkey": "^2.6",
    "mockery/mockery": "^1.6",
    "yoast/phpunit-polyfills": "^2.0",
    "antecedent/patchwork": "^2.1"
  },
  "autoload": {
    "psr-4": {
      "Alfacoins\\WooCommerce\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Alfacoins\\WooCommerce\\Tests\\": "tests/"
    }
  },
  "scripts": {
    "test": "phpunit",
    "test-coverage": "phpunit --coverage-html coverage"
  }
}
