{
  "name": "@module-federation/runtime-tools",
  "version": "0.7.7",
  "author": "zhanghang <hanric.zhang@gmail.com>",
  "main": "./dist/index.cjs",
  "module": "./dist/index.esm.mjs",
  "types": "./dist/index.cjs.d.ts",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": {
      "types": "./dist/index.cjs.d.ts",
      "import": "./dist/index.esm.mjs",
      "require": "./dist/index.cjs.js"
    },
    "./runtime": {
      "types": "./dist/runtime.cjs.d.ts",
      "import": "./dist/runtime.esm.mjs",
      "require": "./dist/runtime.cjs.js"
    },
    "./webpack-bundler-runtime": {
      "types": "./dist/webpack-bundler-runtime.cjs.d.ts",
      "import": "./dist/webpack-bundler-runtime.esm.mjs",
      "require": "./dist/webpack-bundler-runtime.cjs.js"
    },
    "./*": "./*"
  },
  "typesVersions": {
    "*": {
      ".": [
        "./dist/index.cjs.d.ts"
      ],
      "runtime": [
        "./dist/runtime.cjs.d.ts"
      ],
      "webpack-bundler-runtime": [
        "./dist/webpack-bundler-runtime.cjs.d.ts"
      ]
    }
  },
  "dependencies": {
    "@module-federation/runtime": "workspace:*",
    "@module-federation/webpack-bundler-runtime": "workspace:*"
  }
}
