{ "name": "@module-federation/third-party-dts-extractor", "version": "0.21.6", "files": [ "dist/", "README.md" ], "repository": { "type": "git", "url": "git+https://github.com/module-federation/core.git", "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" }, "devDependencies": { "@types/react": "^18.3.11" } }