mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-24 09:25:15 +00:00
11 lines
191 B
JSON
11 lines
191 B
JSON
{
|
|
"type": "module",
|
|
"main": "index.cjs",
|
|
"module": "index.js",
|
|
"react-native": {
|
|
"./index.js": "./index.native.js"
|
|
},
|
|
"browser": {
|
|
"./index.js": "./index.browser.js"
|
|
}
|
|
} |