{ "name": "@my-monorepo/common", "version": "1.0.0", "description": "Shared types and utilities for the monorepo", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@ts-rest/core": "^3.52.1", "zod": "^3.22.3" } }