NPM Packages¶
This section lists the key external libraries (NPM packages) used in the development of the Fluxify core (packages/lib).
Core Dependencies¶
- axios: Used for the HTTP Client to make network requests.
- pino: A fast, low-overhead logger used for the logging system.
- zod: A schema declaration and validation library, used extensively for validating block inputs and configurations.
- uuidv7: Generates time-sortable unique identifiers for tracking requests and resources.