{
    "name": "topshelfcraft/wordsmith",
    "description": "...because you have the best words.",
    "type": "craft-plugin",
    "version": "3.3.2",
    "keywords": [
        "craft",
        "cms",
        "craftcms",
        "craft-plugin",
        "wordsmith"
    ],
    "support": {
        "docs": "https://wordsmith.docs.topshelfcraft.com/",
        "issues": "https://github.com/topshelfcraft/wordsmith/issues"
    },
    "license": "MIT",
    "authors": [
        {
            "name": "Michael Rog",
            "homepage": "https://topshelfcraft.com"
        }
    ],
    "require": {
        "craftcms/cms": "^3.3",
        "voku/stringy": "^5.1||^6.0",
        "mofodojodino/profanity-filter": "^1.3",
        "davechild/textstatistics": "^1.0",
        "icanboogie/inflector": "^1.4||^2.0",
        "erusev/parsedown-extra": "^0.8",
        "mundschenk-at/php-typography": "^6.0"
    },
    "repositories": [
        {
            "type": "composer",
            "url": "https://asset-packagist.org"
        }
    ],
    "autoload": {
        "psr-4": {
          "topshelfcraft\\wordsmith\\": "src/"
        }
    },
    "extra": {
        "name": "Wordsmith",
        "handle": "wordsmith",
        "schemaVersion": "0.0.0.0",
        "changelogUrl": "https://raw.githubusercontent.com/topshelfcraft/wordsmith/master/CHANGELOG.md",
        "class": "topshelfcraft\\wordsmith\\Wordsmith"
    }
}
