{
  "name": "mediakreativ/craft-blocksmith",
  "description": "Adds visual block selection for Matrix fields.",
  "type": "craft-plugin",
  "keywords": [
    "craftcms",
    "craft",
    "matrix",
    "matrix fields",
    "block previews",
    "plugin",
    "UX",
    "UI",
    "modal",
    "button group"
  ],
  "license": "proprietary",
  "authors": [
    {
      "name": "Christian Schindler",
      "role": "Developer",
      "homepage": "https://mediakreativ.de"
    }
  ],
  "support": {
    "email": "plugins@mediakreativ.de",
    "docs": "https://github.com/mediakreativ/craft-blocksmith",
    "issues": "https://github.com/mediakreativ/craft-blocksmith/issues?state=open",
    "source": "https://github.com/mediakreativ/craft-blocksmith",
    "rss": "https://github.com/mediakreativ/craft-blocksmith/releases.atom"
  },
  "require": {
    "craftcms/cms": "^5.0"
  },
  "autoload": {
    "psr-4": {
      "mediakreativ\\blocksmith\\": "src/"
    }
  },
  "extra": {
    "handle": "blocksmith",
    "name": "Blocksmith",
    "documentationUrl": "https://github.com/mediakreativ/craft-blocksmith",
    "changelogUrl": "https://raw.githubusercontent.com/mediakreativ/craft-blocksmith/master/CHANGELOG.md",
    "class": "mediakreativ\\blocksmith\\Blocksmith"
  },
  "config": {
    "sort-packages": true,
    "platform": {
      "php": "8.2"
    },
    "allow-plugins": {
      "yiisoft/yii2-composer": true,
      "craftcms/plugin-installer": true
    }
  }
}
