Add Siemens software catalog

This commit is contained in:
2026-08-17 22:07:35 +03:00
parent 6597f56e48
commit 2cc7a4c0d4
121 changed files with 2670 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "siemens-software-catalog",
"private": true,
"type": "module",
"packageManager": "pnpm@11.3.0",
"scripts": {
"sha256": "tsx scripts/fillSha256.ts",
"sha256:check": "tsx scripts/fillSha256.ts --check",
"tree": "tsx scripts/printTree.ts",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@types/node": "^26.2.0",
"tsx": "^4.23.12",
"typescript": "^7.0.2",
"yaml": "^2.9.0"
}
}