8 lines
106 B
JSON
8 lines
106 B
JSON
|
{
|
||
|
"main": "index.cjs",
|
||
|
"module": "index.mjs",
|
||
|
"browser": {
|
||
|
"./index.js": "./index.min.js"
|
||
|
}
|
||
|
}
|