{
  "permissions": {
    "allow": [
      "PowerShell(node -v)",
      "PowerShell(npm -v)",
      "PowerShell(& \"C:\\\\laragon\\\\bin\\\\nodejs\\\\node-v22\\\\node.exe\" -v)",
      "PowerShell(& \"C:\\\\laragon\\\\bin\\\\nodejs\\\\node-v22\\\\npm.cmd\" -v)",
      "PowerShell(& \"C:\\\\laragon\\\\bin\\\\git\\\\cmd\\\\git.exe\" --version)",
      "PowerShell(Invoke-WebRequest -Uri \"http://localhost:3000\" -UseBasicParsing)",
      "PowerShell(Get-Command chromium-cli -ErrorAction SilentlyContinue)",
      "PowerShell(Get-Command chromium-cli.cmd -ErrorAction SilentlyContinue)",
      "PowerShell(Get-Command chromium-cli.ps1 -ErrorAction SilentlyContinue)",
      "PowerShell(New-Item -ItemType Directory -Force -Path \"supabase\\\\migrations\")",
      "PowerShell(New-Item -ItemType Directory -Force -Path \"src\\\\lib\\\\supabase\")",
      "PowerShell(Get-Process -Name \"mysqld\" -ErrorAction SilentlyContinue)",
      "PowerShell(Test-NetConnection -ComputerName 127.0.0.1 -Port 3306 -WarningAction SilentlyContinue)"
    ]
  }
}
