{
    "name": "jtgraham38\/jgwordpressblockstyle",
    "description": "A set of utility functions for extracting style values from a block's attributes object.",
    "type": "library",
    "license": "GPLv3",
    "autoload": {
        "psr-4": {
            "jgwd\\wp\\scry\\search\\jtgraham38\\jgwordpressstyle\\": "src\/",
            "jgwd\\wp\\scry\\search\\jtgraham38\\jgwordpressstyle\\styles\\": "src\/styles\/"
        }
    },
    "authors": [
        {
            "name": "Jacob Graham",
            "email": "jtgraham38@gmail.com"
        }
    ],
    "require-dev": {
        "phpunit\/phpunit": "^10.5"
    }
}