mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 22:30:56 +00:00
19 lines
377 B
JSON
19 lines
377 B
JSON
{
|
|
"main": "index.cjs",
|
|
"module": "index.esm.mjs",
|
|
"sideEffects": false,
|
|
"types": "index.d.cts",
|
|
"exports": {
|
|
".": {
|
|
"import": {
|
|
"types": "./index.d.cts",
|
|
"default": "./index.esm.mjs"
|
|
},
|
|
"require": {
|
|
"types": "./index.esm.d.mts",
|
|
"default": "./index.cjs"
|
|
}
|
|
},
|
|
"./package.json": "./package.json"
|
|
}
|
|
} |