This is template for map colonies typescript packages
npm install @map-colonies/raster-shared
raster-shared/
āā src/
ā āā constants/ # Shared constants
ā ā āā core/ # Core system constants
ā ā āā ingestion/ # Ingestion-related constants
ā ā āā export/ # Export-related constants
ā ā āā serving/ # Serving-related constants
ā āā types/ # TypeScript type definitions
ā ā āā core/ # Core system types
ā ā āā ingestion/ # Ingestion-related types
ā ā āā export/ # Export-related types
ā ā āā serving/ # Serving-related types
ā āā zod/ # Zod validation schemas
ā ā āā core/ # Core validation schemas
ā ā āā export/ # Export-related schemas
ā ā āā ingestion/ # Ingestion-related schemas
ā ā āā serving/ # Serving-related schemas
ā āā openapi/ # OpenAPI schema definitions
ā āā core/ # Core API schemas
ā āā ingestion/ # Ingestion API schemas
ā āā export/ # Export API schemas
ā āā serving/ # Serving API schemas
āā [Configuration files]
``