-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 982 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 982 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "diffkit",
"private": true,
"scripts": {
"predev": "node scripts/link-worktree-dev-vars.mjs",
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"check": "turbo run check",
"check-types": "turbo run check-types",
"test": "turbo run test",
"format": "turbo run format",
"prepare": "husky"
},
"devDependencies": {
"@biomejs/biome": "2.4.5",
"husky": "^9.1.7",
"lint-staged": "^16.4.0",
"turbo": "^2.8.0",
"typescript": "^5.7.2",
"ultracite": "^7.4.3"
},
"engines": {
"node": ">=22"
},
"packageManager": "pnpm@10.15.0",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"lightningcss",
"sharp",
"workerd"
],
"overrides": {
"@pierre/diffs>shiki": "4.0.2",
"@pierre/diffs>@shikijs/transformers": "4.0.2"
},
"patchedDependencies": {
"@pierre/diffs@1.1.12": "patches/@pierre__diffs@1.1.12.patch"
}
}
}