oxc/napi/transform/package.json
2024-09-03 12:24:58 +08:00

24 lines
529 B
JSON

{
"name": "@oxc-transform/binding",
"private": true,
"scripts": {
"build": "napi build --platform --release",
"test": "node test.mjs"
},
"engines": {
"node": ">=14.*"
},
"napi": {
"binaryName": "transform",
"targets": [
"x86_64-pc-windows-msvc",
"aarch64-pc-windows-msvc",
"x86_64-unknown-linux-gnu",
"aarch64-unknown-linux-gnu",
"x86_64-unknown-linux-musl",
"aarch64-unknown-linux-musl",
"x86_64-apple-darwin",
"aarch64-apple-darwin"
]
}
}