Files
2025-07-28 08:16:34 +02:00

16 lines
326 B
JSON

{
"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"
}
}