trip-track-package
v1.0.14
Published
Helper package for Trip Track
Readme
Trip Track Package
trip-track-package is a shared TypeScript helper package for use across Trip Track's client and server applications. It provides reusable schemas and types to streamline development and maintain consistency.
📦 Features
- Centralized Schemas: A single source of truth for data models and validation logic.
- TypeScript Ready: Fully typed to enhance the development experience.
- Validation with Zod: Integrated with
zodfor robust runtime data validation. - MongoDB Compatibility: Includes utilities compatible with
mongoose.
🛠 Installation
To install the package, run:
npm install trip-track-package