{ "name": "workflow-visualiser", "version": "1.0.0", "description": "Visualiser for Uni2work workflows", "type": "module", "scripts": { "start": "npx http-server --cors -o ./editor.html", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://gitlab.uniworx.de/uni2work/workflows/workflow-visualiser" }, "author": "David Mosbach", "license": "AGPL-3.0-or-later", "dependencies": { "commonjs": "^0.0.1", "flexsearch": "^0.7.31", "typescript": "^5.1.6" } }