{
  "name": "mralaminahamed/author-profile-blocks",
  "description": "A collection of powerful Gutenberg blocks for showcasing author profiles and team members using WordPress users.",
  "type": "wordpress-plugin",
  "license": "GPL-3.0-only",
  "version": "1.0.0",
  "authors": [
    {
      "name": "Al Amin Ahamed",
      "email": "mrabir.ahamed@gmail.com",
      "homepage": "https://github.com/mralaminahamed/"
    }
  ],
  "require": {
    "php": ">=7.4"
  },
  "autoload": {
    "psr-4": {
      "APBL\\AuthorProfileBlocks\\": "includes/"
    }
  }
}
