-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.12 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "prepams-evaluation",
"version": "0.2.2",
"repository": "github:vs-uulm/prepams",
"url": "https://github.com/vs-uulm/prepams/issues",
"license": "AGPL-3.0-or-later",
"author": "Echo Meißner <[email protected]> (https://uni-ulm.de/in/vs/meissner)",
"contributors": [
"Echo Meißner <[email protected]> (https://uni-ulm.de/in/vs/meissner)"
],
"description": "Evaluation script for PrePaMS",
"scripts": {
"start": "node index.js evaluate",
"build": "node index.js build",
"serve": "node serve.js",
"analyze": "nodemon --exec Rscript analysis.R --watch analysis.R",
"test": "echo \"Error: no test specified\" && exit 1"
},
"private": true,
"dependencies": {
"@faker-js/faker": "^8.3.1",
"cli-progress": "^3.12.0",
"csv-writer": "^1.6.0",
"debug": "^4.3.4",
"express": "^4.18.1",
"file-saver": "^2.0.5",
"html-webpack-plugin": "^5.6.0",
"jstat": "^1.9.6",
"jszip": "^3.10.1",
"prepams-shared": "file:../shared/pkg",
"prob.js": "^1.0.6",
"puppeteer": "^23.3.0",
"random-js": "^2.1.0",
"ua-parser-js": "^1.0.37",
"webpack": "^5.89.0"
}
}