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
22 lines (22 loc) · 809 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "slint_repository",
"version": "1.18.0",
"description": "",
"devDependencies": {
"@cspell/dict-fr-fr": "2.3.2",
"cookie": "2.0.1",
"cspell": "catalog:",
"knip": "6.27.0"
},
"scripts": {
"knip": "knip",
"spellcheck": "cspell --no-progress --gitignore .",
"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 '!./api/node' --filter '!slint_repository' --filter '!./docs/nodejs' --filter '!./docs/python' -r type-check"
},
"packageManager": "pnpm@11.17.0"
}