mirror of
https://github.com/mosh-hamedani/helpdesk.git
synced 2026-05-21 11:58:19 +02:00
13 lines
196 B
JSON
13 lines
196 B
JSON
{
|
|
"name": "core",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
"./schemas/*": "./schemas/*",
|
|
"./constants/*": "./constants/*"
|
|
},
|
|
"peerDependencies": {
|
|
"zod": "^4"
|
|
}
|
|
}
|