mirror of
https://github.com/slint-ui/slint.git
synced 2025-12-23 09:19:32 +00:00
21 lines
546 B
JSON
21 lines
546 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"
|
|
},
|
|
"packageManager": "pnpm@10.18.2",
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"@biomejs/biome",
|
|
"esbuild",
|
|
"sharp"
|
|
]
|
|
}
|
|
}
|