{
    "name": "unicblue/hks",
    "type": "typo3-cms-extension",
    "description": "",
    "homepage": "https://unicblue.com",
    "license": [
        "GPL-2.0-or-later"
    ],
    "keywords": [
        "TYPO3 CMS"
    ],
    "require": {
        "typo3/cms-core": "^14.0",
        "typo3/cms-form": "^14.0",
        "typo3/cms-rte-ckeditor": "^14.0",
        "typo3/cms-fluid-styled-content": "^14.0"
    },
    "autoload": {
        "psr-4": {
            "Unicblue\\Hks\\": "Classes/"
        }
    },
    "extra": {
        "typo3/cms": {
            "extension-key": "hks",
            "content-blocks": true
        }
    }
}
