{
  "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"
    },
    "./package.json": "./package.json"
  }
}
