{
  "name": "@humanwhocodes/module-importer",
  "version": "1.0.1",
  "description": "Universal module importer for Node.js",
  "main": "src/module-importer.cjs",
  "module": "src/module-importer.js",
  "type": "module",
  "types": "dist/module-importer.d.ts",
  "exports": {
    "require": "./src/module-importer.cjs",
    "import": "./src/module-importer.js"
  },
  "gitHooks": {
    "pre-commit": "lint-staged"
  },
  "lint-staged": {
    "*.js": [
      "eslint --fix"
    ]
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/nzakas"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/humanwhocodes/module-importer.git"
  },
  "keywords": [
    "modules",
    "esm",
    "commonjs"
  ],
  "engines": {
    "node": ">=12.22"
  },
  "author": "Nicholas C. Zaks",
  "license": "Apache-2.0"
}
