{
  "name": "@module-federation/utilities",
  "version": "3.1.30",
  "main": "./dist/index.cjs.js",
  "module": "./dist/index.esm.js",
  "types": "./dist/index.cjs.d.ts",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist/",
    "README.md"
  ],
  "repository": "https://github.com/module-federation/core/tree/main/packages/utilities",
  "devDependencies": {
    "react": "18.3.1"
  },
  "dependencies": {
    "@module-federation/sdk": "workspace:*"
  },
  "peerDependencies": {
    "react": "^16 || ^17 || ^18",
    "react-dom": "^16 || ^17 || ^18",
    "webpack": "^5.40.0"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    },
    "react-dom": {
      "optional": true
    },
    "next": {
      "optional": true
    }
  },
  "exports": {
    ".": {
      "types": "./dist/index.cjs.d.ts",
      "import": "./dist/index.esm.js",
      "require": "./dist/index.cjs.js"
    },
    "./package.json": "./package.json"
  },
  "typesVersions": {
    "*": {
      ".": [
        "./dist/index.cjs.d.ts"
      ],
      "type": [
        "./dist/type.cjs.d.ts"
      ]
    }
  }
}
