-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 1.01 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
38
{
"name": "Delphi-BFT",
"version": "1.0.0",
"description": "",
"main": "orchestrator.js",
"dependencies": {
"@iarna/toml": "^2.2.5",
"await-exec": "^0.1.2",
"awk": "^1.0.0",
"chart.js": "^3.7.1",
"chartjs-node-canvas": "^4.1.6",
"dotenv": "^16.0.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"mathjs": "^11.0.1",
"node-fetch": "^2.6.7",
"objects-to-csv": "^1.3.6",
"pidusage": "^3.0.0",
"simple-statistics": "^7.7.6",
"systeminformation": "^5.12.5",
"timediff": "^1.1.1",
"util": "^0.12.4",
"util.promisify": "^1.1.1",
"winston": "^3.7.2"
},
"devDependencies": {
"prettier": "2.6.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"simulation": "node ./src/orchestrator.js",
"format": "prettier --write '{,!(node_modules)/**/}*.js'"
},
"author": "Christian Berger, Sadok Ben Toumia and Hans P. Reiser",
"license": "ISC"
}