{
    "name": "ksartoffice/kayzart-live-code-editor",
    "description": "Live HTML/CSS/JS editor with real-time preview for WordPress.",
    "license": "GPL-2.0-or-later",
    "require": {
        "tailwindphp/tailwindphp": "1.3.2.2"
    },
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/ksartoffice/tailwindphp"
        }
    ],
    "config": {
        "platform": {
            "php": "7.4.33"
        },
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": true
        }
    },
    "require-dev": {
        "squizlabs/php_codesniffer": "^3.13",
        "wp-coding-standards/wpcs": "^3.3",
        "dealerdirect/phpcodesniffer-composer-installer": "^1.2",
        "phpcompatibility/phpcompatibility-wp": "^2.1",
        "phpunit/phpunit": "^9.6",
        "yoast/phpunit-polyfills": "^4.0"
    },
    "scripts": {
        "phpcs": "phpcs -p",
        "phpcbf": "phpcbf -p",
        "phpunit": "phpunit",
        "test": "phpunit"
    }
}
