apiVersion: v3
kind: library
metadata:
  name: songwhip-utils-express
  description: |
    Shared utilities for Express-based Songwhip services.
    - Provides Express middleware, logging, and error handling utilities for HTTP services.
    - Includes Pino logger integration with pretty-print support for development.
    - Offers Sentry integration for error tracking and monitoring in production.
    - Simplifies HTTP service development with common patterns and best practices.
  owner: songwhip
  tags:
    - public:false
spec:
  type: utility
