{
    "name": "fahdi/leadcrafter-lead-magnets",
    "description": "LeadCrafter - Grand Slam Lead Magnets - Multi-service lead magnet platform for WordPress",
    "type": "wordpress-plugin",
    "license": "GPL-2.0-or-later",
    "require-dev": {
        "phpunit/phpunit": "^9.6",
        "mockery/mockery": "^1.6",
        "10up/wp_mock": "0.4.2"
    },
    "autoload": {
        "psr-4": {
            "LeadCrafterLeadMagnets\\": "includes/"
        }
    },
    "scripts": {
        "test": "phpunit",
        "test:watch": "phpunit --watch",
        "test:coverage": "phpunit --coverage-html coverage"
    },
    "config": {
        "optimize-autoloader": true,
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": true
        }
    }
}
