{
  "name": "aira/feed-manager",
  "description": "Ecommerce feed ingestion and Google Merchant XML export",
  "type": "project",
  "license": "proprietary",
  "require": {
    "php": ">=8.2"
  },
  "autoload": {
    "psr-4": {
      "FeedManager\\": "src/"
    }
  },
  "scripts": {
    "test": "php tests/run.php",
    "db:migrate": "php bin/db-migrate",
    "user:create-admin": "php bin/user-create-admin admin@example.com change-me",
    "sync:rooflights": "php bin/sync-feed rooflights",
    "sync:scheduled:rooflights": "php bin/sync-scheduled rooflights --min-interval-minutes=60",
    "export:rooflights": "php bin/export-feed rooflights",
    "oauth:start:rooflights": "php bin/shopify-oauth rooflights start",
    "serve:web": "php -S 127.0.0.1:8080 -t web"
  }
}
