{
  "name": "wp-theme-platform/bachpan-school",
  "description": "Development checks for the Bachpan School WordPress theme.",
  "version": "1.0.0",
  "type": "wordpress-theme",
  "license": "GPL-2.0-or-later",
  "require": {
    "php": ">=8.0"
  },
  "scripts": {
    "lint:php": "php scripts/lint-php.php",
    "lint:theme": "php scripts/validate-theme.php",
    "lint:js": "node --check assets/js/main.js && node --check assets/js/components.js",
    "check": [
      "@lint:php",
      "@lint:theme",
      "@lint:js"
    ]
  }
}
