UNPKG

2.13 kBJSONView Raw
1{
2 "name": "@swc/core",
3 "version": "1.2.26",
4 "description": "Super-fast alternative for babel",
5 "homepage": "https://swc-project.github.io",
6 "main": "./index.js",
7 "author": "강동윤 <kdy1997.dev@gmail.com>",
8 "license": "MIT",
9 "keywords": [
10 "swc",
11 "spack",
12 "babel",
13 "typescript",
14 "rust",
15 "webpack",
16 "tsc"
17 ],
18 "engines": {
19 "node": ">=8.9.0"
20 },
21 "repository": {
22 "type": "git",
23 "url": "git+https://github.com/swc-project/swc.git"
24 },
25 "bugs": {
26 "url": "https://github.com/swc-project/swc/issues"
27 },
28 "os": [
29 "darwin",
30 "linux",
31 "win32"
32 ],
33 "cpu": [
34 "x64"
35 ],
36 "napi": {
37 "name": "swc"
38 },
39 "dependencies": {
40 "@node-rs/helper": "^0.4.0"
41 },
42 "types": "./lib/index.d.ts",
43 "scripts": {
44 "artifacts": "napi artifacts",
45 "prepublishOnly": "tsc -d && napi prepublish -p scripts/npm --tagstyle npm",
46 "build": "tsc -d && cargo build -p node --release && napi build --platform --release --cargo-name node",
47 "build:dev": "tsc -d && cargo build -p node && napi build --platform --cargo-name node",
48 "test": "jest node-swc/__tests__",
49 "version": "napi version -p scripts/npm"
50 },
51 "devDependencies": {
52 "@babel/core": "^7.2.2",
53 "@babel/plugin-proposal-class-properties": "^7.3.3",
54 "@babel/plugin-proposal-decorators": "^7.3.0",
55 "@babel/plugin-proposal-object-rest-spread": "^7.2.0",
56 "@babel/preset-env": "^7.2.3",
57 "@babel/preset-react": "^7.0.0",
58 "@babel/preset-typescript": "^7.1.0",
59 "@types/browserslist": "^4.4.0",
60 "@types/jest": "^25.2.3",
61 "@types/node": "^14.0.5",
62 "babel-plugin-transform-node-env-inline": "^0.4.3",
63 "browserslist": "^4.12.0",
64 "jest": "^23.6.0",
65 "lodash": "^4.17.11",
66 "napi-rs": "^0.3.1",
67 "progress": "^2.0.3",
68 "source-map": "^0.7.3",
69 "sourcemap-validator": "^1.1.1",
70 "typescript": "^3.9.7"
71 },
72 "funding": {
73 "type": "opencollective",
74 "url": "https://opencollective.com/swc"
75 },
76 "optionalDependencies": {
77 "@swc/core-darwin": "^1.2.26",
78 "@swc/core-linux": "^1.2.26",
79 "@swc/core-win32": "^1.2.26"
80 }
81}
\No newline at end of file