{
  "name": "@module-federation/rspack",
  "version": "0.7.7",
  "license": "MIT",
  "keywords": [
    "Module Federation",
    "Rspack"
  ],
  "files": [
    "dist/",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "author": "hanric <hanric.zhang@gmail.com>",
  "sideEffects": false,
  "main": "./dist/index.cjs.js",
  "module": "./dist/index.esm.js",
  "types": "./dist/index.cjs.d.ts",
  "dependencies": {
    "@module-federation/bridge-react-webpack-plugin": "workspace:*",
    "@module-federation/dts-plugin": "workspace:*",
    "@module-federation/managers": "workspace:*",
    "@module-federation/manifest": "workspace:*",
    "@module-federation/runtime-tools": "workspace:*",
    "@module-federation/sdk": "workspace:*"
  },
  "devDependencies": {
    "@rspack/core": "^1.0.2"
  },
  "exports": {
    ".": {
      "import": "./dist/index.esm.js",
      "require": "./dist/index.cjs.js",
      "types": "./dist/index.cjs.d.ts"
    }
  },
  "typesVersions": {
    "*": {
      ".": [
        "./dist/index.cjs.d.ts"
      ]
    }
  },
  "peerDependencies": {
    "typescript": "^4.9.0 || ^5.0.0",
    "vue-tsc": ">=1.0.24"
  },
  "peerDependenciesMeta": {
    "typescript": {
      "optional": true
    },
    "vue-tsc": {
      "optional": true
    }
  }
}
