Add scripts to build a toolchain for running VM tests

This commit is contained in:
2024-05-14 22:09:05 +02:00
parent ad697f1957
commit 00b7c328b4
10 changed files with 688 additions and 15 deletions

12
package.json Normal file
View File

@ -0,0 +1,12 @@
{
"name": "elna",
"version": "1.0.0",
"description": "",
"main": "tools/index.js",
"type": "module",
"scripts": {
"start": "node tools/index.js"
},
"author": "Eugen Wissner <belka@caraus.de>",
"license": "MPL-2.0"
}