{ "name": "heimdall", "version": "0.8", "dependencies": [ ], "roottask": { "name": "logic", "type": "group", "sub": [ { "name": "postprocess", "sub": [ { "name": "link", "sub": [ { "name": "compile", "type": "typescript", "parameters": { "inputs": [ "lib/plankton/plankton.d.ts", "source/logic/condition.ts", "source/logic/helpers/json_schema.ts", "source/logic/checks/_type.ts", "source/logic/channels/_type.ts", "source/logic/order.ts", "source/logic/main.ts" ], "target": "es2020", "output": "temp/heimdall-unlinked" } } ], "type": "concat", "parameters": { "inputs": [ "source/misc/head.js", "lib/plankton/plankton.js", "temp/heimdall-unlinked" ], "output": "temp/heimdall-raw" } } ], "type": "script", "parameters": { "path": "tools/postprocess", "interpreter": null, "inputs": [ "temp/heimdall-raw" ], "outputs": [ "build/heimdall" ] } }, { "name": "localization", "type": "copy", "parameters": { "folder": true, "input": "source/localization/", "output": "build/localization/" } } ] } }