mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 10:12:42 +03:00
52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"name": "@swc/core",
|
|
"version": "1.2.9",
|
|
"description": "Super-fast alternative for babel",
|
|
"main": "./index.js",
|
|
"author": "강동윤 <kdy1997.dev@gmail.com>",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/swc-project/swc.git"
|
|
},
|
|
"dependencies": {
|
|
"mkdirp": "^0.5.1",
|
|
"node-fetch": "^2.6.0",
|
|
"progress": "^2.0.3",
|
|
"true-case-path": "^1.0.3"
|
|
},
|
|
"types": "./lib/index.d.ts",
|
|
"scripts": {
|
|
"prepublish": "tsc -d",
|
|
"install": "node scripts/install.js || (npm install neon-cli && neon build --release)",
|
|
"build": "tsc -d && neon build --release"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.2.2",
|
|
"@babel/plugin-proposal-class-properties": "^7.3.3",
|
|
"@babel/plugin-proposal-decorators": "^7.3.0",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
|
|
"@babel/preset-env": "^7.2.3",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@babel/preset-typescript": "^7.1.0",
|
|
"@types/browserslist": "^4.4.0",
|
|
"@types/jest": "^25.2.3",
|
|
"@types/node": "^14.0.5",
|
|
"babel-plugin-transform-node-env-inline": "^0.4.3",
|
|
"browserslist": "^4.12.0",
|
|
"jest": "^23.6.0",
|
|
"lodash": "^4.17.11",
|
|
"neon-cli": "^0.3.3",
|
|
"source-map": "^0.7.3",
|
|
"sourcemap-validator": "^1.1.1",
|
|
"typescript": "^3.9.5"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/swc"
|
|
}
|
|
}
|