{
"name": "conditional-exports-optout",
"main": "index.js",
"exports": {
".": {
"react-server": "./index.server.js",
"default": "./index.js"
},
"./subpath": {
"react-server": "./subpath.server.js",
"default": "./subpath.js"
},
"./react": {
"import": "./react.mjs",
"default": "./react.js"
},
"./package.json": "./package.json"
}
}