{
  "name": "@wgoo/federation",
  "version": "1.5.0",
  "main": "lib/main.common.js",
  "license": "MIT",
  "author": "wangpu.dev",
  "homepage": "https://www.npmjs.com/package/@wgoo/federation",
  "scripts": {
    "dev": "wgoo-cli-command serve",
    "common": "wgoo-cli-command build --target lib --filename main --formats commonjs --dest lib src/main.js",
    "umd": "wgoo-cli-command build --target lib --name federation --filename federation --formats umd-min --dest lib src/main.js"
  },
  "dependencies": {
    "core-js": "2.6.12",
    "es6-promise": "4.1.1",
    "intl": "1.2.5",
    "path-to-regexp": "^6.2.0"
  },
  "devDependencies": {
    "@wgoo/babel-react": "^1.7.0",
    "@wgoo/cli-command": "^4.1.0",
    "html-webpack-tags-plugin": "^3.0.0"
  }
}
