Files
managementwebsite01/lib/api-zod/package.json
Replit Agent 9692a6b58f Initial commit
2026-07-20 17:11:01 +00:00

13 lines
189 B
JSON

{
"name": "@workspace/api-zod",
"version": "0.0.0",
"private": true,
"type": "module",
"exports": {
".": "./src/index.ts"
},
"dependencies": {
"zod": "catalog:"
}
}