{
  "name": "@module-federation/manifest",
  "version": "0.12.0",
  "license": "MIT",
  "description": "Provide manifest/stats for webpack/rspack MF project .",
  "keywords": [
    "Module Federation",
    "Webpack",
    "Rspack",
    "Manifest"
  ],
  "files": [
    "dist/",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "author": "hanric <hanric.zhang@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/module-federation/core/",
    "directory": "packages/manifest"
  },
  "sideEffects": false,
  "main": "./dist/index.cjs.js",
  "module": "./dist/index.esm.js",
  "types": "./dist/index.cjs.d.ts",
  "dependencies": {
    "find-pkg": "2.0.0",
    "chalk": "3.0.0",
    "@module-federation/sdk": "0.12.0",
    "@module-federation/dts-plugin": "0.12.0",
    "@module-federation/managers": "0.12.0"
  },
  "exports": {
    ".": {
      "types": "./dist/index.cjs.d.ts",
      "import": "./dist/index.esm.js",
      "require": "./dist/index.cjs.js"
    }
  },
  "typesVersions": {
    "*": {
      ".": [
        "./dist/index.cjs.d.ts"
      ]
    }
  }
}