{
  "name": "filafly/brisk",
  "description": "A simple, friendly theme for Filament.",
  "homepage": "https://github.com/filafly/brisk",
  "license": "proprietary",
  "keywords": [
    "Laravel",
    "Filament",
    "theme",
    "brisk",
    "friendly",
    "simple"
  ],
  "homepage": "https://filafly.com/themes/brisk",
  "authors": [
    {
      "role": "Developer",
      "name": "Nolan Nordlund",
      "email": "nolan@filafly.com",
      "homepage": "https://www.filafly.com/"
    }
  ],
  "autoload": {
    "psr-4": {
      "Filafly\\Themes\\Brisk\\": "src/"
    }
  },
  "require": {
    "php": "^8.2",
    "filafly/theme-core": "^0.1.0",
    "filament/filament": "^4.0"
  },
  "minimum-stability": "beta",
  "prefer-stable": true,
  "config": {
    "sort-packages": true
  },
  "require-dev": {
    "laravel/pint": "^1.22",
    "phpunit/phpunit": "^12.3"
  }
}
