Add a tester script

This commit is contained in:
2024-05-27 11:03:23 +02:00
parent ec20492803
commit 107cc1043d
4 changed files with 612 additions and 2 deletions

View File

@@ -8,5 +8,9 @@
"cross": "node tools/cross.js"
},
"author": "Eugen Wissner <belka@caraus.de>",
"license": "MPL-2.0"
"license": "MPL-2.0",
"dependencies": {
"chalk": "^5.3.0",
"glob": "^10.4.1"
}
}