{
"name": "booking",
"version": "0.1.0",
"requires": ["auth", "customer", "email"],
"optional": ["payment", "staff"],
"eventsEmitted": [
"booking.created",
"booking.confirmed"
],
"hooks": [
"beforeBookingCreate",
"calculateAvailability"
],
"tests": { "unit": true, "integration": true }
}