esm-to-cjs
Version:
Transform ESM to Common JS for present NodeJS, without any junk wrappers or useless renaming
29 lines • 667 B
JSON
{
"name": "esm-to-cjs",
"version": "1.2.1",
"description": "Transform ESM to Common JS for present NodeJS, without any junk wrappers or useless renaming",
"keywords": [
"commonjs",
"cjs",
"es-module",
"transpile",
"compile",
"esm",
"module"
],
"homepage": "https://github.com/sidvishnoi/esm-to-cjs#readme",
"bugs": {
"url": "https://github.com/sidvishnoi/esm-to-cjs/issues"
},
"repository": "sidvishnoi/esm-to-cjs",
"license": "MIT",
"author": {
"name": "Sid Vishnoi",
"email": "sidvishnoi8@gmail.com",
"url": "https://sidvishnoi.github.io"
},
"files": [
"index.js"
],
"main": "index.js"
}