{
    "name": "loystar/loystar-wp-plugin",
    "description": "Loystar Plugin for WooCommerce",
	"type": "wordpress-plugin",
    "license": "GPL-3.0",
    "authors": [
      {
        "name": "Loystar",
        "email": "info@loystar.co"
    },
      {
          "name": "Precious Omonzejele",
          "email": "me@codexplorer.ninja"
      }
    ],
    "keywords": [
      "loystar",
      "loyalty",
      "woocommerce"
    ],
   "support": {
    "issues": "https://github.com/Preciousomonze/woocommerce-loystar-app/issues",
    "source": "https://github.com/Preciousomonze/woocommerce-loystar-app"
    },
    "require-dev": {
      "squizlabs/php_codesniffer": "^3.9",
      "wp-coding-standards/wpcs": "^3.0",
      "yoast/phpunit-polyfills": "^1.0",
		  "automattic/vipwpcs": "^3.0",
		  "slevomat/coding-standard": "~8.0",
		  "friendsofphp/php-cs-fixer": "^3.54"
    },
    "scripts": {
      "phpcs": [
          "phpcs . -s -p -n"
      ],
      "phpcs-pre-commit": [
        "phpcs . -s -p -n"
      ],
      "phpcbf": [
          "phpcbf . -p"
      ]
    },
    "config": {
      "allow-plugins": {
          "dealerdirect/phpcodesniffer-composer-installer": true
      }
    },
    "extra": {
        "scripts-description": {
            "phpcs": "Analyze code against the WordPress coding standards with PHP_CodeSniffer",
            "phpcbf": "Fix coding standards warnings/errors automatically with PHP Code Beautifier"
        }
    }
}
