@pkgr/es-modules
Version:
Union collections of es modules mappings for pkgs without or with incorrect `module` field
47 lines (46 loc) • 1.11 kB
JSON
{
"name": "@pkgr/es-modules",
"version": "0.6.5",
"type": "module",
"description": "Union collections of es modules mappings for pkgs without or with incorrect `module` field",
"repository": "git+https://github.com/un-ts/pkgr.git",
"homepage": "https://github.com/un-ts/pkgr/blob/master/packages/es-modules",
"author": "JounQin <admin@1stg.me> (https://www.1stG.me)",
"funding": "https://opencollective.com/unts",
"license": "MIT",
"main": "./lib/index.cjs",
"types": "./index.d.cts",
"module": "./lib/index.js",
"exports": {
"import": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"module-sync": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"require": {
"types": "./index.d.cts",
"default": "./lib/index.cjs"
}
},
"files": [
"index.d.cts",
"lib",
"!**/*.tsbuildinfo"
],
"keywords": [
"alias",
"es",
"modules",
"rollup",
"rollup-config",
"webpack",
"webpack-config"
],
"publishConfig": {
"access": "public"
},
"sideEffects": false
}