Initial commit

This commit is contained in:
Paul Coral
2025-07-26 17:36:27 +02:00
committed by GitHub
commit 8c4e5ebc31
48 changed files with 14445 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"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"
}
}