{
  "name": "outreachpilot/app",
  "description": "OutreachPilot - platforma pozyskiwania klientow B2B: baza firm, leady, kampanie cold mail, analityka, agenci AI.",
  "type": "project",
  "license": "proprietary",
  "keywords": ["cold-mail", "b2b", "leads", "ceidg", "krs", "outreach", "saas"],
  "require": {
    "php": ">=8.2",
    "ext-pdo": "*",
    "ext-pdo_mysql": "*",
    "ext-mbstring": "*",
    "ext-openssl": "*",
    "ext-curl": "*",
    "ext-json": "*",
    "ext-intl": "*",
    "ext-fileinfo": "*"
  },
  "suggest": {
    "ext-imap": "Odczyt odpowiedzi ze skrzynek po IMAP",
    "ext-opcache": "Wyrazny wzrost wydajnosci na produkcji",
    "ext-zip": "Eksport paczek z danymi"
  },
  "autoload": {
    "psr-4": {
      "App\\": "app/"
    },
    "files": [
      "app/Helpers/functions.php",
      "app/Helpers/email.php",
      "app/Helpers/pagination.php",
      "app/Helpers/security.php"
    ]
  },
  "scripts": {
    "doctor": "php bin/doctor.php",
    "migrate": "php bin/migrate.php",
    "test": "php tests/run.php",
    "worker": "php app/Console/QueueWorker.php --queue=emails,imap,ai,import,default",
    "schedule": "php app/Console/Scheduler.php",
    "cache-clear": "php bin/cache-clear.php",
    "lint": "find app bootstrap config cron routes bin public -name '*.php' -print0 | xargs -0 -n1 php -l"
  },
  "config": {
    "optimize-autoloader": true,
    "sort-packages": true
  },
  "minimum-stability": "stable"
}
