module-federation-exposes-webpack-plugin
Version:
Create module federation exposes config
56 lines • 1.31 kB
JSON
{
"name": "module-federation-exposes-webpack-plugin",
"version": "1.0.0",
"description": "Create module federation exposes config",
"keywords": [
"module",
"federation",
"exposes",
"webpack",
"plugin"
],
"repository": {
"type": "git",
"url": "https://github.com/zhanguangao/module-federation-exposes-webpack-plugin"
},
"bugs": {
"url": "https://github.com/zhanguangao/module-federation-exposes-webpack-plugin/issues"
},
"homepage": "https://github.com/zhanguangao/module-federation-exposes-webpack-plugin",
"main": "lib/index.js",
"files": [
"src",
"lib",
"test"
],
"directories": {
"test": "jest"
},
"scripts": {
"dev": "tsc -w",
"build": "tsc",
"test": "jest",
"fixtures": "ts-node ./test/fixtures/generate.ts",
"prepublish": "yarn build"
},
"author": {
"name": "zhanguangao",
"email": "190525238@qq.com"
},
"license": "MIT",
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"@types/jest": "^29.5.4",
"jest": "^29.6.4",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"fs-extra": "^11.1.1",
"ts-morph": "^19.0.0"
}
}