31 lines
754 B
JSON
31 lines
754 B
JSON
{
|
|
"name": "workflow-visualiser",
|
|
"version": "1.0.0",
|
|
"description": "Visualiser for Uni2work workflows",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "bash ./start.sh",
|
|
"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",
|
|
"private": true,
|
|
"dependencies": {
|
|
"commonjs": "^0.0.1",
|
|
"flexsearch": "0.7.11",
|
|
"force-graph": "^1.43.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/flexsearch": "^0.7.3",
|
|
"@types/node": "^20.5.3",
|
|
"webpack": "^5.88.2",
|
|
"webpack-cli": "^5.1.4",
|
|
"ts-loader": "^9.4.4",
|
|
"typescript": "^5.1.6"
|
|
}
|
|
}
|