require-esm-in-cjs
Version:
Enable `require( ESM / EcmaScript Module )` in CommonJS / CJS modules.
31 lines (30 loc) • 728 B
JSON
{
"name": "require-esm-in-cjs",
"version": "0.1.0",
"description": "Enable `require( ESM / EcmaScript Module )` in CommonJS / CJS modules.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/SamGoody/require-esm-in-cjs.git"
},
"keywords": [
"require",
"ESM",
"CommonJS",
"CJS",
"export",
"import"
],
"author": "SamGoody",
"license": "AGPL-1.0-or-later",
"bugs": {
"url": "https://github.com/SamGoody/require-esm-in-cjs/issues"
},
"homepage": "https://github.com/SamGoody/require-esm-in-cjs#readme",
"dependencies": {
"deasync": "^0.1.24"
}
}