oxc/package.json
Boshen 771c698a81
feat(oxc): remove oxc_napi crate (#7634)
napi has a limitation, it cannot feature gate type exposure.

closes #7623
2024-12-04 10:07:32 +08:00

18 lines
473 B
JSON

{
"name": "oxc",
"private": true,
"packageManager": "pnpm@9.14.1",
"volta": {
"node": "22.11.0"
},
"scripts": {
"build": "pnpm --workspace-concurrency=1 --filter './napi/*' build",
"build-dev": "pnpm --workspace-concurrency=1 --filter './napi/*' build-dev",
"test": "pnpm --workspace-concurrency=1 --filter './napi/*' test"
},
"devDependencies": {
"@napi-rs/cli": "catalog:",
"typescript": "catalog:",
"vitest": "catalog:"
}
}