mosh-helpdesk/core/package.json
2026-02-18 11:34:27 -08:00

13 lines
196 B
JSON

{
"name": "core",
"private": true,
"type": "module",
"exports": {
"./schemas/*": "./schemas/*",
"./constants/*": "./constants/*"
},
"peerDependencies": {
"zod": "^4"
}
}