{
    "name": "spatie/commonmark-shiki-highlighter",
    "description": "Highlight code blocks with league/commonmark and Shiki",
    "type": "commonmark-extension",
    "keywords": [
        "spatie",
        "commonmark-shiki-highlighter"
    ],
    "homepage": "https://github.com/spatie/commonmark-shiki-highlighter",
    "license": "MIT",
    "authors": [
        {
            "name": "Freek Van der Herten",
            "email": "freek@spatie.be",
            "role": "Developer"
        }
    ],
    "require": {
        "php": "^8.0",
        "league/commonmark": "^2.4.2",
        "spatie/shiki-php": "^2.0",
        "symfony/process": "^6.0|^7.0"
    },
    "require-dev": {
        "friendsofphp/php-cs-fixer": "^2.19|^v3.49.0",
        "phpunit/phpunit": "^9.5",
        "spatie/phpunit-snapshot-assertions": "^4.2.7",
        "spatie/ray": "^1.28"
    },
    "autoload": {
        "psr-4": {
            "Spatie\\CommonMarkShikiHighlighter\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Spatie\\CommonMarkShikiHighlighter\\Tests\\": "tests"
        }
    },
    "scripts": {
        "psalm": "vendor/bin/psalm",
        "test": "vendor/bin/phpunit",
        "test-coverage": "vendor/bin/phpunit --coverage-html coverage",
        "format": "vendor/bin/php-cs-fixer fix --allow-risky=yes"
    },
    "config": {
        "sort-packages": true
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}
