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