{
    "name": "bethink/restrict-block-content",
    "type": "wordpress-project",

    "description": "Applies Restrict Content Pro level based restrictions to specific core blocks.",
    "homepage": "https://bethink.studio/",
    "license": "GPL-3.0",

    "require": {
      "php": ">=8.3",
      "ext-json": "*"
    },
    "require-dev": {
      "wp-cli/i18n-command": "^2.6",
      "roave/security-advisories": "dev-latest"
    },

    "scripts": {
      "internationalize": [
        "@makepot",
        "@makejson",
        "@updatepo"
      ],

      "makepot": "wp i18n make-pot .",
      "makejson": "wp i18n make-json .",
      "updatepo": "wp i18n update-po languages/restrict-block-content.pot",
      "makemo": "wp i18n make-mo languages",

      "packages-install": "@composer install --ignore-platform-reqs --no-interaction",
      "packages-update": [
        "@composer clear-cache",
        "@composer update --prefer-stable --ignore-platform-reqs --no-interaction"
      ]
    },
    "config": {
      "allow-plugins": {
        "composer/*": true
      }
    }
  }