You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
567 B
JSON
19 lines
567 B
JSON
{
|
|
"name": "fix-esm",
|
|
"description": "Fixes ERR_REQUIRE_ESM errors so that you can require ESM modules from CommonJS",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"repository": "https://git.cryto.net/joepie91/fix-esm.git",
|
|
"author": "Sven Slootweg <admin@cryto.net>",
|
|
"license": "WTFPL OR CC0-1.0",
|
|
"devDependencies": {
|
|
"clear-module": "^4.1.1",
|
|
"p-defer": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.14.6",
|
|
"@babel/plugin-proposal-export-namespace-from": "^7.14.5",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.14.5"
|
|
}
|
|
}
|