{
    "name": "topshelfcraft/wordsmith",
    "description": "...because you have the best words.",
    "type": "craft-plugin",
    "version": "4.2.0",
    "keywords": [
        "craft",
        "cms",
        "craftcms",
        "craft-plugin",
        "wordsmith"
    ],
    "support": {
        "docs": "https://wordsmith.docs.topshelfcraft.com/",
        "issues": "https://github.com/TopShelfCraft/Wordsmith/issues"
    },
    "license": "proprietary",
    "authors": [
        {
            "name": "Top Shelf Craft (Michael Rog)",
            "homepage": "https://topshelfcraft.com"
        }
    ],
    "require": {
        "craftcms/cms": "^4.0",
        "davechild/textstatistics": "^1.0.3",
        "erusev/parsedown-extra": "^0.8",
        "icanboogie/inflector": "^2.0",
        "mofodojodino/profanity-filter": "^1.3",
        "mundschenk-at/php-typography": "^6.0",
        "topshelfcraft/base": "^4.0.1",
        "voku/stringy": "^6.4.0"
    },
    "autoload": {
        "psr-4": {
          "TopShelfCraft\\Wordsmith\\": "src/"
        }
    },
    "extra": {
        "name": "Wordsmith",
        "handle": "wordsmith",
        "class": "TopShelfCraft\\Wordsmith\\Wordsmith"
    },
    "config": {
        "allow-plugins": {
            "yiisoft/yii2-composer": true,
            "craftcms/plugin-installer": true
        }
    }
}
