Add scripts to build a toolchain for running VM tests
This commit is contained in:
12
package.json
Normal file
12
package.json
Normal 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"
|
||||
}
|
Reference in New Issue
Block a user