{
    "name": "litlyx/litlyx-analytics",
    "description": "Litlyx Analytics is a powerful and privacy-focused analytics",
    "license": "GPL-3.0-or-later",
    "type": "wordpress-plugin",
    "authors": [
        {
            "name": "Litlyx Analytics",
            "email": "helplitlyx@gmail.com",
            "homepage": "https://litlyx.com/"
        }
    ],
    "homepage": "https://github.com/Litlyx/litlyx-tracking",
    "require": {
        "php": ">=7.4",
        "cmb2/cmb2": "~2.10.0",
        "composer/installers": "^2.0",
        "decodelabs/tagged": "^0.13.0",
        "inpsyde/assets": "^2.8",
        "inpsyde/wp-context": "~1.5.0",
        "wpdesk/wp-notice": "^3.2"
    },
    "require-dev": {
        "codeatcode/codeatcs": "^1.0",
        "dealerdirect/phpcodesniffer-composer-installer": "1.0.0",
        "ergebnis/composer-normalize": "^2.6",
        "php-stubs/wp-cli-stubs": "^2.0",
        "phpro/grumphp": "^1.13"
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "autoload": {
        "psr-4": {
            "Litlyx_Analytics\\Backend\\": "backend/",
            "Litlyx_Analytics\\Engine\\": "engine/",
            "Litlyx_Analytics\\Frontend\\": "frontend/",
            "Litlyx_Analytics\\Integrations\\": "integrations/"
        }
    },
    "config": {
        "allow-plugins": {
            "composer/installers": true,
            "dealerdirect/phpcodesniffer-composer-installer": true,
            "ergebnis/composer-normalize": true,
            "phpro/grumphp": true
        }
    },
    "extra": {
        "installer-paths": {
            "vendor/{$name}/": [
                "cmb2/cmb2"
            ]
        }
    }
}
