# ts-turborepo-boilerplate: relayer package Description of your package goes here. ## Setup 1. Install dependencies running `pnpm install` ## Available Scripts Available scripts that can be run using `pnpm`: | Script | Description | | ------------- | ------------------------------------------------------- | | `build` | Build library using tsc | | `check-types` | Check types issues using tsc | | `clean` | Remove `dist` folder | | `lint` | Run ESLint to check for coding standards | | `lint:fix` | Run linter and automatically fix code formatting issues | | `format` | Check code formatting and style using Prettier | | `format:fix` | Run formatter and automatically fix issues | | `test` | Run tests using vitest | | `test:cov` | Run tests with coverage report | ## Usage Describe how to use your package here. ## API Describe your package's API here. ## References Add any relevant references here.