swc/scripts/npm/win32-ia32-msvc/package.json
2023-10-24 04:29:53 -07:00

42 lines
809 B
JSON

{
"name": "@swc/core-win32-ia32-msvc",
"version": "1.3.95",
"os": [
"win32"
],
"cpu": [
"ia32"
],
"main": "swc.win32-ia32-msvc.node",
"files": [
"swc.win32-ia32-msvc.node",
"swc.exe"
],
"description": "Super-fast alternative for babel",
"keywords": [
"swc",
"swcpack",
"babel",
"typescript",
"rust",
"webpack",
"tsc"
],
"author": "강동윤 <kdy1997.dev@gmail.com>",
"homepage": "https://swc.rs",
"license": "Apache-2.0 AND MIT",
"engines": {
"node": ">=10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swc-project/swc.git"
},
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}