swc/packages/swc-helpers/package.json

39 lines
973 B
JSON
Raw Normal View History

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.",
"esnext": "src/index.mjs",
"module": "src/index.mjs",
2021-12-05 09:46:09 +03:00
"main": "lib/index.js",
"sideEffects": false,
"scripts": {
"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"
},
"dependencies": {
"tslib": "^2.4.0"
2021-12-05 09:46:09 +03:00
}
}