swc/packages/minifier/scripts/npm/win32-x64-msvc/package.json

42 lines
837 B
JSON
Raw Normal View History

{
"name": "@swc/minifier-win32-x64-msvc",
"version": "1.9.1-nightly-20241106.1",
"os": [
"win32"
],
"cpu": [
"x64"
],
"main": "minifier.win32-x64-msvc.node",
"files": [
"minifier.win32-x64-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"
}
}