mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 20:28:58 +00:00
22 lines
546 B
JSON
22 lines
546 B
JSON
{
|
|
"name": "@oxc-transform/binding",
|
|
"private": true,
|
|
"scripts": {
|
|
"build-dev": "napi build --platform",
|
|
"build": "napi build --platform --release",
|
|
"test": "vitest --typecheck run ./test"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|