mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 18:28:13 +03:00
8a71dbca6d
**Related issue:** - Closes https://github.com/swc-project/swc/issues/6684
39 lines
980 B
JSON
39 lines
980 B
JSON
{
|
|
"name": "@swc/helpers",
|
|
"version": "0.4.14",
|
|
"description": "External helpers for the swc project.",
|
|
"esnext": "src/index.mjs",
|
|
"module": "src/index.mjs",
|
|
"main": "lib/index.js",
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"build": "swc -V && bash ./scripts/build.sh",
|
|
"prepublishOnly": "bash ./scripts/build.sh"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/swc-project/swc.git"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/",
|
|
"access": "public"
|
|
},
|
|
"keywords": [
|
|
"swc",
|
|
"helpers"
|
|
],
|
|
"author": "강동윤 <kdy1997.dev@gmail.com>",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/swc-project/swc/issues"
|
|
},
|
|
"homepage": "https://swc.rs",
|
|
"devDependencies": {
|
|
"@swc/cli": "^0.1.36",
|
|
"@swc/core": "=1.3.3"
|
|
},
|
|
"dependencies": {
|
|
"tslib": "^2.4.0"
|
|
}
|
|
}
|