@swc/register
Version:
Super fast alternative for babel-register
57 lines (56 loc) • 1.31 kB
JSON
{
"name": "@swc/register",
"version": "0.1.10",
"description": "Super fast alternative for babel-register",
"main": "lib/index.js",
"scripts": {
"test": "jest",
"prepare": "npm run build",
"build": "tsc -d"
},
"jest": {
"testPathIgnorePatterns": [
"fixtures"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/swc-project/register.git"
},
"keywords": [
"swc",
"typescript",
"babel"
],
"author": "강동윤 <kdy1997.dev@gmail.com>",
"license": "(Apache-2.0 OR MIT)",
"bugs": {
"url": "https://github.com/swc-project/register/issues"
},
"homepage": "https://github.com/swc-project/register#readme",
"browser": {
"./lib/node.js": "./lib/browser.js"
},
"peerDependencies": {
"@swc/core": "^1.0.46"
},
"devDependencies": {
"@swc/core": "^1.0.46",
"@types/lodash": "^4.14.144",
"@types/lodash.clonedeep": "^4.5.6",
"@types/lodash.escaperegexp": "^4.1.6",
"@types/node": "^12.11.1",
"@types/source-map-support": "^0.5.0",
"browserify": "^16.5.0",
"jest": "^24.9.0",
"typescript": "^3.6.4"
},
"dependencies": {
"lodash.clonedeep": "^4.5.0",
"pirates": "^4.0.1",
"source-map-support": "^0.5.13"
},
"bin": {
"swc-node": "./bin/swc-node"
}
}