| {
    "name": "naif/chatgpt-seeder",
    "description": "A Laravel Nova 4 powerful tool that leverages the capabilities of ChatGPT to automate the generation of realistic and meaningful data for your database seeding need.",
    "keywords": [
        "laravel",
        "nova",
        "nova4",
        "chatgpt",
        "text-davinci-003",
        "openai",
        "ai",
        "artificial-intelligence",
        "database",
        "seeder"
    ],
    "license": "MIT",
    "repositories": [
        {
            "type": "composer",
            "url": "https://nova.laravel.com"
        }
    ],
    "require": {
        "php": "^7.3|^8.0",
        "laravel/nova": "~4.0"
    },
    "autoload": {
        "psr-4": {
            "Naif\\ChatgptSeeder\\": "src/"
        }
    },
    "extra": {
        "laravel": {
            "providers": [
                "Naif\\ChatgptSeeder\\ToolServiceProvider"
            ]
        }
    },
    "config": {
        "sort-packages": true
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}
 |