2021-12-05 09:46:09 +03:00
|
|
|
{
|
|
|
|
"name": "@swc/helpers",
|
2022-11-19 15:20:37 +03:00
|
|
|
"version": "0.4.14",
|
2021-12-05 09:46:09 +03:00
|
|
|
"description": "External helpers for the swc project.",
|
2022-06-15 17:52:05 +03:00
|
|
|
"esnext": "src/index.mjs",
|
|
|
|
"module": "src/index.mjs",
|
2021-12-05 09:46:09 +03:00
|
|
|
"main": "lib/index.js",
|
|
|
|
"sideEffects": false,
|
|
|
|
"scripts": {
|
2022-06-16 10:23:02 +03:00
|
|
|
"build": "swc -V && bash ./scripts/build.sh",
|
|
|
|
"prepublishOnly": "bash ./scripts/build.sh"
|
2021-12-05 09:46:09 +03:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/swc-project/swc.git"
|
|
|
|
},
|
2022-08-12 11:13:15 +03:00
|
|
|
"publishConfig": {
|
|
|
|
"registry": "https://registry.npmjs.org/",
|
|
|
|
"access": "public"
|
|
|
|
},
|
2021-12-05 09:46:09 +03:00
|
|
|
"keywords": [
|
|
|
|
"swc",
|
|
|
|
"helpers"
|
|
|
|
],
|
|
|
|
"author": "강동윤 <kdy1997.dev@gmail.com>",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/swc-project/swc/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://swc.rs",
|
|
|
|
"devDependencies": {
|
|
|
|
"@swc/cli": "^0.1.36",
|
2022-11-03 07:20:20 +03:00
|
|
|
"@swc/core": "=1.3.3"
|
2022-05-03 10:48:09 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"tslib": "^2.4.0"
|
2021-12-05 09:46:09 +03:00
|
|
|
}
|
|
|
|
}
|