mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 20:28:58 +00:00
16 lines
361 B
JSON
16 lines
361 B
JSON
{
|
|
"name": "oxc",
|
|
"private": true,
|
|
"packageManager": "pnpm@9.12.1",
|
|
"volta": {
|
|
"node": "22.7.0"
|
|
},
|
|
"scripts": {
|
|
"build": "pnpm --workspace-concurrency=1 --filter './napi/*' build",
|
|
"test": "pnpm --workspace-concurrency=1 --filter './napi/*' test"
|
|
},
|
|
"devDependencies": {
|
|
"@napi-rs/cli": "catalog:",
|
|
"vitest": "catalog:"
|
|
}
|
|
}
|