swc/scripts/npm/linux-arm64-musl/package.json
Donny/강동윤 02add74b73
chore: Publish v1.3.100 with swc_core v0.86.84 (#8359)
**Related issue:**

 - Closes #8355
2023-11-30 14:14:46 +09:00

45 lines
838 B
JSON

{
"name": "@swc/core-linux-arm64-musl",
"version": "1.3.100",
"os": [
"linux"
],
"cpu": [
"arm64"
],
"main": "swc.linux-arm64-musl.node",
"files": [
"swc.linux-arm64-musl.node",
"swc"
],
"libc": [
"musl"
],
"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"
}
}