16 lines
317 B
JSON
16 lines
317 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"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"zod": "^3.22.3"
|
|
}
|
|
} |