{
    "name": "cafe/system",
    "description": "Multi-branch cafe management system for shared-workspace buildings — kernel and platform (Phase 1)",
    "type": "project",
    "license": "proprietary",
    "require": {
        "php": ">=8.2",
        "ext-curl": "*",
        "ext-mbstring": "*",
        "ext-pdo": "*",
        "khaled.alshamaa/ar-php": "^6.0 || ^7.0",
        "mike42/escpos-php": "^3.0 || ^4.0",
        "vlucas/phpdotenv": "^5.6"
    },
    "require-dev": {
        "phpunit/phpunit": "^11.0"
    },
    "autoload": {
        "psr-4": {
            "Cafe\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Cafe\\Tests\\": "tests/"
        }
    },
    "config": {
        "platform": {
            "php": "8.2.0",
            "ext-intl": "8.2.0"
        },
        "sort-packages": true,
        "optimize-autoloader": true
    },
    "scripts": {
        "test": "phpunit",
        "test-pwa": [
            "@php tools/generate-pwa-vectors.php",
            "node tests/Pwa/run.mjs"
        ]
    }
}
