{
  "name": "wpmetabox/meta-box",
  "type": "wordpress-plugin",
  "keywords": [
    "wordpress",
    "meta-box",
    "wordpress-plugin",
    "custom-field",
    "custom-fields"
  ],
  "description": "The most powerful & comprehensive plugin to create, manage, show and connect dynamic data with forms and custom fields effortlessly on WordPress.",
  "homepage": "https://metabox.io",
  "license": "GPL-2.0",
  "authors": [
    {
      "name": "Tran Ngoc Tuan Anh",
      "email": "anhtnt@elightup.com",
      "homepage": "https://deluxeblogtips.com",
      "role": "Developer"
    }
  ],
  "config": {
    "allow-plugins": true
  },
  "autoload": {
    "psr-4": {
      "MetaBox\\": "src/"
    }
  },
  "require-dev": {
    "phpunit/phpunit": "^12.5"
  },
  "require": {
    "wpmetabox/support": "^1.0"
  },
  "scripts": {
    "post-update-cmd": [
      "echo Deleting .git dirs...",
      "rm -rf vendor/**/**/.git"
    ],
    "post-install-cmd": [
      "echo Deleting .git dirs...",
      "rm -rf vendor/**/**/.git"
    ],
    "phpcs": "phpcs --standard=phpcs.xml inc src",
    "phpcbf": "phpcbf --standard=phpcs.xml inc src",
    "phpstan": "phpstan analyse",
    "test": [
      "./vendor/bin/phpunit"
    ]
  },
  "extra": {
    "dev-files": {
      "/": [
        ".git",
        ".github/",
        ".gitattributes",
        ".gitignore",

        ".distignore",

        "*.yaml",
        "*.yml",

        "*.txt",
        "*.less",
        "*.scss",
        "*.po",

        "composer.json",
        "composer.lock",
        "package.json",
        "package-lock.json",
        "phpcs.xml",
        "pnpm-lock.yaml",
        "phpstan.neon",
        "phpunit.xml",

        ".babelrc",
        "webpack.config.js",

        ".editoconfig",
        ".vscode",
        "esbuild.js",

        "LICENSE",
        "*.md",

        "test/",
        "tests/",

        "demo.php",
        "demo/",
        "sass/",
        "vendor/"
      ]
    }
  }
}
