UNPKG

1.21 kBJSONView Raw
1{
2 "name": "@swc/register",
3 "version": "0.1.5",
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 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/swc-project/register.git"
14 },
15 "keywords": [
16 "swc",
17 "typescript",
18 "babel"
19 ],
20 "author": "강동윤 <kdy1997.dev@gmail.com>",
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/swc-project/register/issues"
24 },
25 "homepage": "https://github.com/swc-project/register#readme",
26 "browser": {
27 "./lib/node.js": "./lib/browser.js"
28 },
29 "peerDependencies": {
30 "@swc/core": "^1.0.46"
31 },
32 "devDependencies": {
33 "@swc/core": "^1.0.46",
34 "@types/lodash": "^4.14.144",
35 "@types/lodash.clonedeep": "^4.5.6",
36 "@types/lodash.escaperegexp": "^4.1.6",
37 "@types/node": "^12.11.1",
38 "@types/source-map-support": "^0.5.0",
39 "browserify": "^16.5.0",
40 "jest": "^24.9.0",
41 "typescript": "^3.6.4"
42 },
43 "dependencies": {
44 "lodash.clonedeep": "^4.5.0",
45 "lodash.escaperegexp": "^4.1.2",
46 "pirates": "^4.0.1",
47 "source-map-support": "^0.5.13"
48 }
49}