{
  "name": "open-health-metrics/app-administration",
  "description": "Central administration tools for the Open Health Metrics platform",
  "license": "proprietary",
  "type": "project",
  "require": {
    "php": "^8.1"
  },
  "autoload": {
    "psr-4": {
      "App\\": "src/"
    }
  },
  "scripts": {
    "serve": "php -S localhost:8080 -t public public/index.php"
  },
  "config": {
    "sort-packages": true
  }
}
