forked from slint-ui/slint
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 973 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 973 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
{
"name": "slint_repository",
"version": "1.16.0",
"description": "",
"devDependencies": {
"knip": "6.3.0"
},
"scripts": {
"knip": "knip",
"format": "biome format biome.json && pnpm --stream -r format",
"format:fix": "biome format biome.json --write && pnpm --stream -r format:fix",
"lint": "pnpm --stream -r lint",
"lint:fix": "pnpm --stream -r lint:fix",
"type-check": "pnpm --stream -r type-check",
"type-check:ci": "pnpm --stream --filter '!./editors/vscode' --filter '!slint_repository' -r type-check"
},
"packageManager": "pnpm@10.29.3",
"pnpm": {
"onlyBuiltDependencies": [
"@biomejs/biome",
"esbuild",
"sharp",
"skia-canvas"
],
"overrides": {
"lodash@>=4.0.0 <=4.17.22": ">=4.17.23",
"svgo@=4.0.0": ">=4.0.1",
"devalue@<5.6.4": ">=5.6.4",
"devalue@<=5.6.3": ">=5.6.4",
"flatted@<3.4.0": ">=3.4.0",
"yaml@>=2.0.0 <2.8.3": ">=2.8.3"
}
}
}