UNPKG

1.31 kBJSONView Raw
1{
2 "name": "@swc/register",
3 "version": "0.1.10",
4 "description": "Super fast alternative for babel-register",
5 "main": "lib/index.js",
6 "scripts": {
7 "test": "jest",
8 "prepare": "npm run build",
9 "build": "tsc -d"
10 },
11 "jest": {
12 "testPathIgnorePatterns": [
13 "fixtures"
14 ]
15 },
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/swc-project/register.git"
19 },
20 "keywords": [
21 "swc",
22 "typescript",
23 "babel"
24 ],
25 "author": "강동윤 <kdy1997.dev@gmail.com>",
26 "license": "(Apache-2.0 OR MIT)",
27 "bugs": {
28 "url": "https://github.com/swc-project/register/issues"
29 },
30 "homepage": "https://github.com/swc-project/register#readme",
31 "browser": {
32 "./lib/node.js": "./lib/browser.js"
33 },
34 "peerDependencies": {
35 "@swc/core": "^1.0.46"
36 },
37 "devDependencies": {
38 "@swc/core": "^1.0.46",
39 "@types/lodash": "^4.14.144",
40 "@types/lodash.clonedeep": "^4.5.6",
41 "@types/lodash.escaperegexp": "^4.1.6",
42 "@types/node": "^12.11.1",
43 "@types/source-map-support": "^0.5.0",
44 "browserify": "^16.5.0",
45 "jest": "^24.9.0",
46 "typescript": "^3.6.4"
47 },
48 "dependencies": {
49 "lodash.clonedeep": "^4.5.0",
50 "pirates": "^4.0.1",
51 "source-map-support": "^0.5.13"
52 },
53 "bin": {
54 "swc-node": "./bin/swc-node"
55 }
56}