You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

42 lines
861 B

{
"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 <hanric.zhang@gmail.com>",
"license": "MIT",
"dependencies": {
"find-pkg": "2.0.0",
"fs-extra": "9.1.0",
"resolve": "1.22.8"
},
"devDependencies": {
"@types/react": "^18.3.11"
}
}