@swc-node/register
Version:
SWC node register
52 lines (51 loc) • 1.06 kB
JSON
{
"name": "@swc-node/register",
"version": "1.0.4",
"description": "SWC node register",
"keywords": [
"swc",
"babel",
"ts-node",
"napi-rs",
"uglify",
"node-rs",
"napi-rs",
"napi",
"n-api",
"esbuild",
"tsc",
"webpack"
],
"author": "LongYinan <lynweklm@gmail.com>",
"homepage": "https://github.com/Brooooooklyn/swc-node",
"license": "MIT",
"main": "index.js",
"files": [
"index.js",
"lib",
"README.md",
"LICENSE"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Brooooooklyn/swc-node.git"
},
"bugs": {
"url": "https://github.com/Brooooooklyn/swc-node/issues"
},
"dependencies": {
"@swc-node/core": "^1.2.0",
"@swc-node/sourcemap-support": "^0.1.8",
"chalk": "^4.1.0",
"debug": "^4.3.1",
"pirates": "^4.0.1"
},
"devDependencies": {
"@types/debug": "^4.1.5"
},
"gitHead": "254e2a0d878f403e9253232c20e7ef4ad256da4e"
}