-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 969 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 969 Bytes
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
{
"repository": {
"type": "git",
"url": "https://github.com/mathematic-inc/earl.git"
},
"license": "Apache-2.0",
"packageManager": "pnpm@10.31.0+sha512.e3927388bfaa8078ceb79b748ffc1e8274e84d75163e67bc22e06c0d3aed43dd153151cbf11d7f8301ff4acb98c68bdc5cadf6989532801ffafe3b3e4a63c268",
"devDependencies": {
"@biomejs/biome": "catalog:",
"lefthook": "catalog:",
"ultracite": "catalog:",
"turbo": "catalog:"
},
"scripts": {
"build": "turbo run build",
"build:site": "turbo run build --filter=site",
"build:web": "turbo run build --filter=earl-web",
"dev": "turbo run dev --parallel",
"dev:site": "turbo run dev --filter=site",
"dev:web": "turbo run dev --filter=earl-web",
"types:check": "turbo run types:check --filter=site",
"prepare": "test -n \"$CI\" || lefthook install",
"lint": "ultracite check",
"format": "ultracite fix",
"check": "ultracite check",
"fix": "ultracite fix"
}
}