11 lines
No EOL
191 B
JSON
11 lines
No EOL
191 B
JSON
{
|
|
"type": "module",
|
|
"main": "index.cjs",
|
|
"module": "index.js",
|
|
"react-native": {
|
|
"./index.js": "./index.native.js"
|
|
},
|
|
"browser": {
|
|
"./index.js": "./index.browser.js"
|
|
}
|
|
} |