{
  "name": "topwp/holy-day-off",
  "description": "Automatically close your WooCommerce store during Shabbat & Jewish holidays",
  "type": "wordpress-plugin",
  "license": "GPL-2.0-or-later",
  "authors": [
    {
      "name": "Ran Tayar",
      "email": "tgmrp.dev@gmail.com"
    },
    {
      "name": "Dor Meljon"
    }
  ],
  "require": {
    "php": ">=7.4"
  },
  "require-dev": {
    "phpunit/phpunit": "^9.6",
    "yoast/phpunit-polyfills": "^2.0"
  },
  "autoload": {
    "psr-4": {
      "TopwpHolyDayOff\\": "./includes"
    }
  },
  "scripts": {
    "test": "phpunit",
    "test:coverage": "phpunit --coverage-text"
  }
}
