{
  "name": "@module-federation/bridge-shared",
  "version": "0.7.7",
  "publishConfig": {
    "access": "public"
  },
  "author": "zhouxiao <codingzx@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/module-federation/core",
    "directory": "packages/bridge-shared"
  },
  "type": "module",
  "main": "./dist/index.umd.js",
  "module": "./dist/index.es.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview"
  },
  "devDependencies": {
    "@types/node": "~16.11.7",
    "@vitejs/plugin-vue": "^5.0.4",
    "@vitejs/plugin-vue-jsx": "^4.0.0",
    "typescript": "^5.2.2",
    "vite": "^5.2.14",
    "vite-plugin-dts": "^4.3.0",
    "vue-tsc": "^2.0.6"
  }
}
