{ "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 --watch" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "zod": "^3.25.76" } }