{
  "name": "@module-federation/third-party-dts-extractor",
  "version": "0.7.7",
  "files": [
    "dist/",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "typesVersions": {
    "*": {
      ".": [
        "./dist/index.d.ts"
      ]
    }
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "author": "hanric <hanric.zhang@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "find-pkg": "2.0.0",
    "fs-extra": "9.1.0",
    "resolve": "1.22.8"
  }
}
