{
  "name": "figarts/skeleton-plugin",
  "description": "A premium modern WordPress skeleton plugin with Laravel-inspired architecture for Figarts projects",
  "type": "wordpress-plugin",
  "license": "proprietary",
  "authors": [
    {
      "name": "Figarts",
      "email": "dev@figarts.com"
    }
  ],
  "require": {
    "php": ">=7.4",
    "rakit/validation": "^1.4",
    "nesbot/carbon": "^3.11"
  },
  "require-dev": {
    "squizlabs/php_codesniffer": "^3.7",
    "wp-coding-standards/wpcs": "^3.0",
    "phpcompatibility/phpcompatibility-wp": "^2.1",
    "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
    "pestphp/pest": "^2.34",
    "10up/phpcs-composer": "^3.0",
    "yoast/phpunit-polyfills": "^2.0",
    "phpunit/php-code-coverage": "^10.1"
  },
  "autoload": {
    "psr-4": {
      "Bookslots\\": "app/"
    }
  },
  "scripts": {
    "check": "phpcs",
    "fix": "phpcbf",
    "lint": "phpcs --standard=phpcs.xml.dist",
    "lint:fix": "phpcbf --standard=phpcs.xml.dist",
    "test": "pest",
    "test:unit": "pest --testsuite=Unit,Feature",
    "test:wordpress": "pest --configuration phpunit-pest-integration.xml.dist",
    "test:all": [
      "@test:unit",
      "@test:wordpress"
    ],
    "test:coverage": "XDEBUG_MODE=coverage pest --coverage || echo 'No coverage driver available. Install Xdebug or PCOV for coverage reports.'"
  },
  "config": {
    "optimize-autoloader": true,
    "allow-plugins": {
      "dealerdirect/phpcodesniffer-composer-installer": true,
      "pestphp/pest-plugin": true
    }
  },
  "minimum-stability": "stable",
  "prefer-stable": true
}
