@homer0/ts-async-import
Version:
Small utility to dynamically import ESM modules in CJS with TS
44 lines (43 loc) • 1.04 kB
JSON
{
"name": "@homer0/ts-async-import",
"description": "Small utility to dynamically import ESM modules in CJS with TS",
"version": "1.1.13",
"repository": {
"type": "git",
"url": "https://github.com/homer0/packages.git",
"directory": "packages/public/ts-async-import"
},
"author": "Leonardo Apiwan (@homer0) <me@homer0.com>",
"license": "MIT",
"keywords": [
"import",
"commonjs",
"esm",
"typescript",
"require"
],
"publishConfig": {
"access": "public"
},
"files": [
"src/"
],
"devDependencies": {
"@homer0/eslint-plugin": "12.0.13",
"@homer0/tsconfig": "2.0.2",
"jest": "catalog:",
"ts-jest": "catalog:",
"typescript": "catalog:"
},
"engine-strict": true,
"engines": {
"node": ">=18 <23"
},
"main": "./src/index.js",
"types": "./src/index.d.ts",
"scripts": {
"lint": "eslint .",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js -c ./.jestrc.js"
},
"gitHead": "9e804863e566d60148217835a2d5f7556bb57a45"
}