initial commit

This commit is contained in:
2026-07-12 11:02:46 +02:00
commit a98a5985a7
18 changed files with 361 additions and 0 deletions

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "ep-133-sample-tool-offline-launcher",
"private": true,
"type": "module",
"scripts": {
"start": "node launcher.mjs",
"verify": "node scripts/verify.mjs"
}
}