mirror of
https://github.com/slint-ui/slint.git
synced 2025-12-23 09:19:32 +00:00
30 lines
810 B
JSON
30 lines
810 B
JSON
{
|
|
"name": "slint_repository",
|
|
"version": "1.15.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"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' -r type-check"
|
|
},
|
|
"packageManager": "pnpm@10.18.2",
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"@biomejs/biome",
|
|
"esbuild",
|
|
"sharp"
|
|
],
|
|
"overrides": {
|
|
"js-yaml@<4.1.1": ">=4.1.1",
|
|
"glob@>=10.3.7 <=11.0.3": ">=11.1.0"
|
|
}
|
|
},
|
|
"engines": {
|
|
"node": ">=22.21.1",
|
|
"pnpm": ">=10.18.0"
|
|
}
|
|
}
|