Reorganize software catalog

This commit is contained in:
2026-08-25 14:55:38 +03:00
parent 31f83db3a5
commit a51120a5b4
457 changed files with 4905 additions and 1215 deletions
+2
View File
@@ -4,9 +4,11 @@
"type": "module",
"packageManager": "pnpm@11.3.0",
"scripts": {
"extract-archives": "tsx scripts/extractArchives.ts",
"fill-metadata": "tsx scripts/fillMetadata.ts",
"fill-metadata:check": "tsx scripts/fillMetadata.ts --check",
"repack-archive": "tsx scripts/repackArchive.ts",
"screenshots": "tsx tools/screenshotCatalog.ts",
"tree": "tsx scripts/printTree.ts",
"typecheck": "tsc --noEmit"
},