-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.01 KB
/
package.json
File metadata and controls
31 lines (31 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"scripts": {
"test": "turbo run test",
"build": "turbo run build",
"dev": "turbo run dev",
"start": "turbo run start",
"watch": "turbo run watch",
"type-check": "turbo run type-check",
"lint": "biome lint",
"format": "biome format",
"check": "biome check",
"ci": "biome ci --diagnostic-level=error",
"ci:fix": "biome check --diagnostic-level=error --fix",
"list-mismatches": "syncpack lint",
"fix-mismatches": "syncpack fix",
"updates": "npm-check-updates --workspaces",
"verify-version": "./scripts/verify-version.sh"
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
"private": true,
"devDependencies": {
"@biomejs/biome": "^2.4.10",
"@vitest/coverage-v8": "^4.1.2",
"knip": "^5.88.1",
"lefthook": "^2.1.5",
"npm-check-updates": "^19.6.6",
"syncpack": "^14.3.0",
"turbo": "^2.9.4",
"vitest": "^4.1.2"
}
}