22 lines
563 B
JSON
22 lines
563 B
JSON
{
|
|
"name": "workflow-visualiser",
|
|
"version": "1.0.0",
|
|
"description": "Visualiser for Uni2work workflows",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "start ./editor.html; cd spaß; py ../server.py",
|
|
"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"
|
|
}
|
|
}
|