{ "name": "@module-federation/third-party-dts-extractor", "version": "0.9.1", "files": [ "dist/", "README.md" ], "repository": { "type": "git", "url": "https://github.com/module-federation/core/", "directory": "packages/third-party-dts-extractor" }, "publishConfig": { "access": "public" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "typesVersions": { "*": { ".": [ "./dist/index.d.ts" ] } }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "author": "hanric ", "license": "MIT", "dependencies": { "find-pkg": "2.0.0", "fs-extra": "9.1.0", "resolve": "1.22.8" } }