{
    "name": "wppure/parcel-history-checker",
    "description": "Check your customer parcel history by phone number through the Parcel History Checker plugin.",
    "type": "wordpress-plugin",
    "require-dev": {
      "wp-coding-standards/wpcs": "^3.1",
      "wp-cli/i18n-command": "^2.6",
      "phpcompatibility/phpcompatibility-wp": "*"
    },
    "config": {
      "allow-plugins": {
        "dealerdirect/phpcodesniffer-composer-installer": true
      }
    },
    "scripts": {
      "lint:wpcs": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs",
      "lint:php": "@php ./vendor/bin/parallel-lint --exclude .git --exclude vendor .",
      "make-pot": "wp i18n make-pot . languages/parcel-history-checker.pot",
      "lint:autofix": "./vendor/bin/phpcbf"
    },
    "autoload": {
      "psr-4": {
        "PHCWP\\": "includes/"
      }
    },
    "minimum-stability": "stable",
    "prefer-stable": true
  }
