{
  "name": "filafly/filament-icons",
  "description": "Core package for managing Filament icon drivers via a common interface.",
  "type": "library",
  "license": "MIT",
  "keywords": [
    "Laravel",
    "Filament",
    "icons",
    "Font Awesome",
    "Phosphor",
    "Carbon",
    "Iconoir",
    "replace",
    "swap"
  ],
  "homepage": "https://filafly.com/plugins/filament-icons",
  "authors": [
    {
      "role": "Developer",
      "name": "Nolan Nordlund",
      "email": "nolan@filafly.com",
      "homepage": "https://www.filafly.com/"
    }
  ],
  "require": {
    "php": "^8.2",
    "filament/filament": "^4.0"
  },
  "autoload": {
    "psr-4": {
      "Filafly\\Icons\\": "src/"
    }
  },
  "minimum-stability": "stable",
  "prefer-stable": true,
  "config": {
    "sort-packages": true
  },
  "require-dev": {
    "laravel/pint": "^1.20",
    "phpunit/phpunit": "^11.0"
  },
  "autoload-dev": {
    "psr-4": {
      "Filafly\\Icons\\Tests\\": "tests/"
    }
  },
  "scripts": {
    "test": "phpunit --no-coverage",
    "test-coverage": "phpunit --coverage-html coverage"
  }
}
