# Lebanese Number Validator

**Lebanese Number Validator** is an npm package that validates Lebanese phone numbers and identifies whether they belong to the **Alfa** or **Touch** mobile operators.

## Features

- Validates Lebanese phone numbers.
- Identifies numbers for **Alfa** or **Touch** operators.
- Supports both `+961` and `961` prefixes.
- Handles different number formats and checks for validity based on the Lebanese numbering plan.

## Installation

Install the package using npm:

```bash
npm install lebanese-number-validator
