This workspace contains a set of npm packages that are designed to help you build Express-powered web applications.
Created By: Paul Smith
This suite of packages has been designed to help you build applications that integrate with a few different technologies:
- express-async-catch - Simple wrapper for Express route handlers, which propagates errors to the centralized error handler.
- valid-oid - Express middleware for validating a MongoDB ObjectId in the request path.
- valid-body-joi - Express middleware for validating the request body with Joi.
- valid-request-joi - Express middleware for validating the request object with Joi.
- valid-body-zod - Express middleware for validating the request body with Zod.
- valid-request-zod - Express middleware for validating the request object with Zod.
- joi-mongodb-oid - Custom Joi validator for MongoDB ObjectId.
- zod-mongodb-oid - Custom Zod validator for MongoDB ObjectId.
This workspace has been generated by the nx build system.
This workspace uses the tsup bundler.