2026-02-17 18:45:46 +01:00
|
|
|
{
|
|
|
|
|
"name": "core",
|
|
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"exports": {
|
2026-02-18 20:34:27 +01:00
|
|
|
"./schemas/*": "./schemas/*",
|
|
|
|
|
"./constants/*": "./constants/*"
|
2026-02-17 18:45:46 +01:00
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"zod": "^4"
|
|
|
|
|
}
|
|
|
|
|
}
|