Add a tester script

This commit is contained in:
2024-05-27 11:03:23 +02:00
parent 53dcbe56e1
commit d66d0919b0
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"
}
}