-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 1016 Bytes
/
package.json
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
{
"private": true,
"packageManager": "pnpm@9.15.3+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"start": "turbo run start",
"test": "turbo run test",
"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 list-mismatches",
"fix-mismatches": "syncpack fix-mismatches",
"updates": "npm-check-updates --workspaces",
"postinstall": "lefthook install",
"verify-version": "./scripts/verify-version.sh"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"lefthook": "^1.10.1",
"markdownlint-cli": "^0.43.0",
"npm-check-updates": "^17.1.13",
"syncpack": "^13.0.0",
"turbo": "^2.3.3"
}
}