You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

82 lines
2.1 KiB

{
"public": true,
"name": "@module-federation/node",
"version": "2.7.31",
"type": "commonjs",
"main": "./dist/src/index.js",
"exports": {
".": {
"import": "./dist/src/index.js",
"require": "./dist/src/index.js"
},
"./package.json": "./package.json",
"./runtimePlugin": "./dist/src/runtimePlugin.js",
"./record-dynamic-remote-entry-hash-plugin": "./dist/src/recordDynamicRemoteEntryHashPlugin.js",
"./utils": {
"import": "./dist/src/utils/index.js",
"require": "./dist/src/utils/index.js"
},
"./src/plugins/NodeFederationPlugin.js": "./dist/src/plugins/NodeFederationPlugin.js",
"./universe-entry-chunk-tracker-plugin": "./dist/src/plugins/UniverseEntryChunkTrackerPlugin.js",
"./src/*": "./dist/src/*"
},
"typesVersions": {
"*": {
".": [
"./dist/src/index.d.ts"
],
"runtimePlugin": [
"./dist/src/runtimePlugin.d.ts"
],
"utils": [
"./dist/src/utils/index.d.ts"
],
"record-dynamic-remote-entry-hash-plugin": [
"./dist/src/record-dynamic-remote-entry-hash-plugin.d.ts"
],
"universe-entry-chunk-tracker-plugin": [
"./dist/src/plugins/UniverseEntryChunkTrackerPlugin.d.ts"
]
}
},
"files": [
"dist/",
"README.md"
],
"publishConfig": {
"access": "public"
},
"tags": [
"module-federation",
"node",
"webpack",
"node-federation",
"node-module-federation",
"ssr"
],
"types": "src/index.d.ts",
"description": "Module Federation helper for Node",
"repository": {
"type": "git",
"url": "git+https://github.com/module-federation/core.git",
"directory": "packages/node"
},
"author": "Zack Jackson <zackary.l.jackson@gmail.com>",
"license": "MIT",
"dependencies": {
"btoa": "1.2.1",
"encoding": "^0.1.13",
"node-fetch": "2.7.0",
"@module-federation/enhanced": "2.0.0",
"@module-federation/runtime": "2.0.0",
"@module-federation/sdk": "2.0.0"
},
"peerDependencies": {
"webpack": "^5.40.0"
},
"peerDependenciesMeta": {
"webpack": {
"optional": true
}
}
}