You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
613 B
26 lines
613 B
|
|
"exports": {
|
|
".": {
|
|
"import": {
|
|
"types": "./dist/index.d.mts",
|
|
"node": "./dist/index.mjs",
|
|
"default": "./dist/index.mjs"
|
|
},
|
|
"require": {
|
|
"types": "./dist/index.d.cts",
|
|
"node": "./dist/index.cjs",
|
|
"default": "./dist/index.cjs"
|
|
},
|
|
"types": "./dist/index.d.ts"
|
|
},
|
|
"./cjs/*": {
|
|
"types": "./dist/cjs/*.d.ts",
|
|
"node": "./dist/cjs/*.cjs",
|
|
"default": "./dist/cjs/*.cjs"
|
|
},
|
|
"./esm/*": {
|
|
"types": "./dist/esm/*.d.ts",
|
|
"node": "./dist/esm/*.mjs",
|
|
"default": "./dist/esm/*.mjs"
|
|
}
|
|
},
|