{
  "name": "@swc-node/core",
  "version": "1.9.0",
  "description": "Faster swc nodejs binding",
  "keywords": [
    "swc",
    "babel",
    "esbuild",
    "rust",
    "n-api",
    "napi",
    "node-rs",
    "uglify",
    "napi-rs",
    "terser",
    "webpack",
    "ts-node",
    "typescript",
    "tsc"
  ],
  "author": "LongYinan <github@lyn.one>",
  "homepage": "https://github.com/swc-project/swc-node",
  "license": "MIT",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib"
  ],
  "engines": {
    "node": ">= 10"
  },
  "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/core": "^1.2.172"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/Brooooooklyn"
  },
  "gitHead": "1f5e723595f9208d8ce4999d9483b4710dfdcf08"

,"_resolved": "https://registry.npmjs.org/@swc-node/core/-/core-1.9.0.tgz"
,"_integrity": "sha512-vRnvsMtL9OxybA/Wun1ZhlDvB6MNs4Zujnina0VKdGk+yI6s87KUhdTcbAY6dQMZhQTLFiC1Lnv/BuwCKcCEug=="
,"_from": "@swc-node/core@1.9.0"
}