mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 12:19:15 +00:00
29 lines
605 B
JSON
29 lines
605 B
JSON
{
|
|
"name": "@oxc-parser/binding",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "napi build --platform --release",
|
|
"test": "node test.mjs"
|
|
},
|
|
"devDependencies": {
|
|
"@napi-rs/cli": "^2.15.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.*"
|
|
},
|
|
"packageManager": "pnpm@8.2.0",
|
|
"napi": {
|
|
"name": "parser",
|
|
"triples": {
|
|
"defaults": false,
|
|
"additional": [
|
|
"x86_64-pc-windows-msvc",
|
|
"aarch64-pc-windows-msvc",
|
|
"x86_64-unknown-linux-gnu",
|
|
"aarch64-unknown-linux-gnu",
|
|
"x86_64-apple-darwin",
|
|
"aarch64-apple-darwin"
|
|
]
|
|
}
|
|
}
|
|
}
|