forked from oxc-project/oxc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 705 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 705 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "oxc",
"private": true,
"packageManager": "pnpm@10.15.0",
"volta": {
"node": "22.14.0"
},
"scripts": {
"build": "pnpm --workspace-concurrency=1 --filter './napi/*' build",
"build-dev": "pnpm --workspace-concurrency=1 --filter './napi/*' build-dev",
"build-test": "pnpm --workspace-concurrency=1 --filter './napi/*' build-test",
"test": "pnpm --workspace-concurrency=1 --filter './napi/*' test",
"lint": "oxlint -c oxlintrc.json --type-aware --deny-warnings"
},
"devDependencies": {
"@napi-rs/cli": "catalog:",
"emnapi": "1.4.5",
"oxlint-tsgolint": "0.0.4",
"oxlint": "^1.12.0",
"typescript": "catalog:",
"vitest": "catalog:"
}
}