Restructure software catalog

This commit is contained in:
2026-08-18 00:52:00 +03:00
parent 2cc7a4c0d4
commit fe0ad7cf70
120 changed files with 393 additions and 255 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
"type": "module",
"packageManager": "pnpm@11.3.0",
"scripts": {
"sha256": "tsx scripts/fillSha256.ts",
"sha256:check": "tsx scripts/fillSha256.ts --check",
"fill-metadata": "tsx scripts/fillMetadata.ts",
"fill-metadata:check": "tsx scripts/fillMetadata.ts --check",
"tree": "tsx scripts/printTree.ts",
"typecheck": "tsc --noEmit"
},