-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 751 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 751 Bytes
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": "bts",
"version": "1.0.0",
"author": "Philipp Hagemeister <phihag@phihag.de>",
"description": "Badminton Tournament Server",
"scripts": {
"test": "mocha test/"
},
"dependencies": {
"argparse": "^1.0.10",
"async": "*",
"body-parser": "*",
"express": "*",
"extract-zip": "*",
"nedb": "*",
"node-xlsx": "^0.21.0",
"pretty-data": "^0.40.0",
"request": "^2.88.0",
"rimraf": "*",
"serve-favicon": "*",
"text-encoding": "^0.7.0",
"uuid": "^3.3.2",
"ws": "*",
"xmldom": "*"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"acorn": "^6.1.1",
"eslint": "^10.3.0",
"globals": "^17.6.0",
"mocha": "*",
"stylelint": "*",
"stylelint-config-standard": "*",
"supervisor": "*"
},
"private": true
}