{
  "name": "@swc-node/register",
  "version": "1.6.8",
  "description": "SWC node register",
  "keywords": [
    "swc",
    "babel",
    "ts-node",
    "napi-rs",
    "uglify",
    "node-rs",
    "napi-rs",
    "napi",
    "n-api",
    "esbuild",
    "tsc",
    "webpack"
  ],
  "author": "LongYinan <github@lyn.one>",
  "homepage": "https://github.com/swc-project/swc-node",
  "license": "MIT",
  "main": "index.js",
  "files": [
    "index.js",
    "lib",
    "esm",
    "README.md",
    "LICENSE",
    "*.d.ts"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/swc-project/swc-node.git"
  },
  "bugs": {
    "url": "https://github.com/swc-project/swc-node/issues"
  },
  "dependencies": {
    "@swc-node/core": "^1.10.6",
    "@swc-node/sourcemap-support": "^0.3.0",
    "colorette": "^2.0.19",
    "debug": "^4.3.4",
    "pirates": "^4.0.5",
    "tslib": "^2.5.0"
  },
  "peerDependencies": {
    "@swc/core": ">= 1.3",
    "typescript": ">= 4.3"
  },
  "devDependencies": {
    "@swc/core": "^1.3.78",
    "@swc/helpers": "^0.5.0",
    "@types/debug": "^4.1.7",
    "lodash": "^4.17.21",
    "sinon": "^15.0.3",
    "typescript": "^5.0.4"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/Brooooooklyn"
  },
  "exports": {
    ".": {
      "node": "./index.js"
    },
    "./read-default-tsconfig": {
      "node": "./lib/read-default-tsconfig.js"
    },
    "./register": {
      "require": "./lib/register.js"
    },
    "./esm": {
      "import": "./esm/esm.mjs"
    }
  },
  "gitHead": "cc3d1da4f732e21c64e749766328705d4f6cfad5"
}
