mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 12:19:15 +00:00
16 lines
362 B
JSON
16 lines
362 B
JSON
{
|
|
"name": "oxc",
|
|
"private": true,
|
|
"packageManager": "pnpm@9.12.3",
|
|
"volta": {
|
|
"node": "22.11.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:"
|
|
}
|
|
}
|