-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 692 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 692 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
{
"name": "spacecore-server",
"version": "1.0.0",
"description": "Management software for hackerspaces",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "mocha"
},
"directories": {
"test": "test"
},
"author": "Renze Nicolai",
"license": "MIT",
"dependencies": {
"bufferutil": "^4.0.8",
"mime-types": "^2.1.27",
"mqtt": "^4.3.8",
"mysql2": "^3.6.5",
"nicolai-configuration": "^1.1.0",
"nicolai-jsonrpc": "^2.1.1",
"pdfkit": "^0.14.0",
"unixcrypt": "^1.2.0",
"utf-8-validate": "^6.0.3",
"uuid": "^9.0.1",
"ws": "^8.16.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"mocha": "^10.2.0"
}
}