{
  "name": "@dword-design/babel-register-esm",
  "version": "2.0.3",
  "description": "ESM loader for Babel, similar to @babel/register",
  "type": "module",
  "exports": "./dist/src/babel-register-esm.js",
  "main": "./dist/src/babel-register-esm.js",
  "types": "./types/dist/babel-register-esm.d.ts",
  "engines": {
    "node": ">=12.17.0"
  },
  "files": [
    "dist",
    "types"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "concurrently -r 'npm:build:*'",
    "build:typescript": "rm -rf types && tsc && cp src/*.d.ts types/src",
    "test": "concurrently -r 'npm:test:*'",
    "test:mocha-parallel": "npm run mocha -- --parallel",
    "test:eslint": "eslint --color --max-warnings=0 '**/*.js'",
    "test:typescript": "tsc --noEmit --emitDeclarationOnly false --pretty",
    "mocha": "mocha --no-timeouts --exit --color 'test/unit/*.test.js' 'test/e2e/*.test.js'"
  },
  "keywords": [
    "javascript",
    "nodejs"
  ],
  "author": "Gil Tayar <gil@tayar.org>",
  "license": "MIT",
  "repository": {
    "url": "https://github.com/giltayar/babel-register-esm",
    "type": "git"
  },
  "peerDependencies": {
    "@babel/core": "*"
  },
  "devDependencies": {
    "@babel/core": "^7.22.20",
    "@babel/plugin-syntax-top-level-await": "^7.14.5",
    "@babel/plugin-transform-react-jsx": "^7.22.15",
    "@babel/plugin-transform-typescript": "^7.22.15",
    "@types/babel__core": "^7.20.2",
    "@types/chai": "^4.3.6",
    "@types/chai-subset": "^1.3.3",
    "@types/mocha": "^10.0.1",
    "@types/node": "^20.6.2",
    "chai": "^4.3.8",
    "chai-subset": "^1.6.0",
    "concurrently": "^8.2.1",
    "eslint": "^8.49.0",
    "eslint-plugin-mocha-no-only": "^1.1.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^5.0.0",
    "execa": "^8.0.1",
    "mocha": "^10.2.0",
    "prettier": "^3.0.3",
    "react": "^18.2.0",
    "typescript": "^5.2.2"
  },
  "dependencies": {}
}
