{
    "name": "mariuzzo/laravel-js-localization",
    "description": "Laravel Localization in JavaScript",
    "type": "library",
    "keywords": [
        "laravel",
        "laravel 12",
        "laravel 13",
        "localization",
        "i18n",
        "javascript",
        "js",
        "lang"
    ],
    "homepage": "https://github.com/rmariuzzo/laravel-js-localization",
    "license": "MIT",
    "authors": [
        {
            "name": "Rubens Mariuzzo",
            "email": "rubens@mariuzzo.com",
            "homepage": "https://github.com/rmariuzzo",
            "role": "Developer"
        },
        {
            "name": "German Popoter",
            "email": "me@gpopoteur.com",
            "homepage": "https://github.com/gpopoteur",
            "role": "Developer"
        },
        {
            "name": "Galievskiy Dmitriy",
            "homepage": "https://github.com/xAockd",
            "role": "Developer"
        },
        {
            "name": "Ramon Ackermann",
            "homepage": "https://github.com/sboo",
            "role": "Developer"
        },
        {
            "name": "Anton Komarev",
            "homepage": "https://github.com/antonkomarev",
            "role": "Developer"
        },
        {
            "name": "Pascal Baljet",
            "homepage": "https://github.com/pascalbaljetmedia",
            "role": "Developer"
        }
    ],
    "support": {
        "issues": "https://github.com/rmariuzzo/laravel-js-localization/issues",
        "source": "https://github.com/rmariuzzo/laravel-js-localization"
    },
    "require": {
        "php": "^8.2",
        "illuminate/config": "^11.0|^12.0|^13.0",
        "illuminate/console": "^11.0|^12.0|^13.0",
        "illuminate/filesystem": "^11.0|^12.0|^13.0",
        "tedivm/jshrink": "~1.0"
    },
    "require-dev": {
        "pestphp/pest": "^3.7|^4.0",
        "orchestra/testbench": "^9.0|^10.0|^11.0"
    },
    "autoload": {
        "psr-4": {
            "Mariuzzo\\LaravelJsLocalization\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Mariuzzo\\LaravelJsLocalization\\Tests\\": "tests"
        }
    },
    "minimum-stability": "stable",
    "extra": {
        "laravel": {
            "providers": [
                "Mariuzzo\\LaravelJsLocalization\\LaravelJsLocalizationServiceProvider"
            ]
        }
    },
    "config": {
        "allow-plugins": {
            "pestphp/pest-plugin": true
        }
    }
}
