12 lines
247 B
JSON
12 lines
247 B
JSON
{
|
|
"private": true,
|
|
"name": "multiple-export-map-items",
|
|
"author": "ing-bank",
|
|
"type": "module",
|
|
"exports": {
|
|
"./*": {
|
|
"module": "./exports/*"
|
|
},
|
|
"./calendar-translations/*": "./components/calendar/translations/*"
|
|
}
|
|
}
|