{ "public": true, "name": "@module-federation/webpack-bundler-runtime", "version": "0.9.1", "license": "MIT", "description": "Module Federation Runtime for webpack", "keywords": [ "Module Federation", "bundler runtime" ], "files": [ "dist/", "README.md" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/module-federation/core/", "directory": "packages/webpack-bundler-runtime" }, "author": "zhanghang ", "main": "./dist/index.cjs.js", "module": "./dist/index.esm.mjs", "types": "./dist/index.cjs.d.ts", "dependencies": { "@module-federation/runtime": "0.9.1", "@module-federation/sdk": "0.9.1" }, "exports": { ".": { "import": "./dist/index.esm.mjs", "require": "./dist/index.cjs.js" }, "./constant": { "import": "./dist/constant.esm.mjs", "require": "./dist/constant.cjs.js" }, "./*": "./*" }, "typesVersions": { "*": { ".": [ "./dist/index.cjs.d.ts" ], "constant": [ "./dist/constant.cjs.d.ts" ] } }, "devDependencies": { "@module-federation/runtime": "0.9.1" } }